Skip to content

Commit

Permalink
useStaging override is disabled, can publish SNAPSHOT now
Browse files Browse the repository at this point in the history
  • Loading branch information
tribbloid committed Dec 9, 2023
1 parent 1e8c59b commit 718c1a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if (sonatypeApiUser.isPresent && sonatypeApiKey.isPresent) {

username.set(sonatypeApiUser)
password.set(sonatypeApiKey)
useStaging.set(true)
// useStaging.set(true)
}
}
}
Expand Down Expand Up @@ -312,6 +312,9 @@ subprojects {
javaComponent.withVariantsFromConfiguration(configurations["testFixturesRuntimeElements"]) { skip() }

artifactId = moduleID
version = project.version.toString()

println("=== $version ===")

pom {
licenses {
Expand Down

0 comments on commit 718c1a3

Please sign in to comment.