Skip to content

Commit

Permalink
Disable sources publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
rgryta committed Oct 24, 2024
1 parent ae5543d commit ef0e41e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ group = "io.wellmate"
version = versions.getProperty("version")

kotlin {
withSourcesJar(publish = false)

jvmToolchain(17)
androidTarget {
publishLibraryVariants("release")
Expand Down
2 changes: 1 addition & 1 deletion library/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.0.1
version=1.0.0

0 comments on commit ef0e41e

Please sign in to comment.