Skip to content

Commit

Permalink
Gradle 'publishToMavenLocal' task added
Browse files Browse the repository at this point in the history
  • Loading branch information
wicaodian committed Jan 6, 2025
1 parent 20f7069 commit 7d2dfeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions seekbarindicator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ android {
kotlinOptions {
jvmTarget = "11"
}
publishing {
singleVariant("release") {
withSourcesJar()
withJavadocJar()
}
}
}

dependencies {
Expand Down

0 comments on commit 7d2dfeb

Please sign in to comment.