We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e670e5 commit 40fb4faCopy full SHA for 40fb4fa
build.gradle
@@ -34,13 +34,6 @@ version = scm.version.version \
34
.replaceFirst(/^(\d+\.)(\d+).+?(-SNAPSHOT)?$/, '$1$2$3') \
35
.replaceFirst(/-SNAPSHOT/, ".00${getDate()}")
36
37
-if (!project.hasProperty('release')) {
38
- // Gradle has been run without option -Prelease - auto increment plugin version
39
- def time = System.currentTimeMillis().intdiv(1000)
40
- def hours = time.intdiv(3600)
41
- version = String.format('%s.%d', version, hours)
42
-}
43
-
44
repositories {
45
mavenLocal()
46
// repository with fortify artifacts
0 commit comments