Skip to content

Commit

Permalink
Remove unused configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
runningcode committed Nov 5, 2023
1 parent ab9b948 commit 6cd3057
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fladle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ tasks.register<Jar>("javadocJar") {
archiveClassifier.set("javadoc")
}

val isReleaseBuild : Boolean = !version.toString().endsWith("SNAPSHOT")

val sonatypeUsername : String? by project
val sonatypePassword : String? by project

mavenPublishing {
publishToMavenCentral(SonatypeHost.DEFAULT)
signAllPublications()
Expand Down

0 comments on commit 6cd3057

Please sign in to comment.