Skip to content

Commit

Permalink
add pom file generation
Browse files Browse the repository at this point in the history
  • Loading branch information
dmllr committed Dec 30, 2024
1 parent 0e404e9 commit 091185f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,19 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
implementation 'androidx.appcompat:appcompat:1.7.0'
}

project.afterEvaluate {
publishing {
publications {
mavenPublish(MavenPublication) {
groupId = 'com.github.dmllr'
artifactId = 'SwipeStack'
version = '0.3.10'
}
}

repositories {
mavenLocal()
}
}
}

0 comments on commit 091185f

Please sign in to comment.