Skip to content

Commit

Permalink
Remove version from kmmbridge block
Browse files Browse the repository at this point in the history
  • Loading branch information
StylianosGakis committed Nov 20, 2023
1 parent 53d7ca6 commit a29741c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,4 @@ kmmbridge {
frameworkName.set("authlib")
spm()
mavenPublishArtifacts()
manualVersions()
versionManager.set(object : co.touchlab.faktory.versionmanager.VersionManager {
override fun getVersion(project: Project): String {
return authlibVersion
}
})
}

//tasks.register("printAuthlibVersion") {
// doLast {
// println(authlibVersion)
// }
//}

0 comments on commit a29741c

Please sign in to comment.