Skip to content

Commit

Permalink
PR Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Sep 24, 2024
1 parent 6d28712 commit df40266
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ ext {
isCiBuild = project.hasProperty("isCiBuild") || System.getenv().get("CI") as Boolean
isBuildSnapshot = project.version.endsWith("-SNAPSHOT")
isReleaseVersion = !isBuildSnapshot
servletApiVersion = "4.0.1"
nexusUsername = System.getenv("SONATYPE_USERNAME") ?: project.hasProperty("sonatypeOssUsername") ? project.sonatypeOssUsername : ''
nexusPassword = System.getenv("SONATYPE_PASSWORD") ?: project.hasProperty("sonatypeOssPassword") ? project.sonatypeOssPassword : ''
isSnapshot = project.projectVersion.endsWith("-SNAPSHOT")
Expand Down

0 comments on commit df40266

Please sign in to comment.