We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7d876 commit 1b60d1aCopy full SHA for 1b60d1a
2 files changed
app.properties
@@ -1,5 +1,5 @@
1
-#Thu Aug 28 14:39:52 GMT-03:00 2025
+#Thu Aug 28 14:52:42 GMT-03:00 2025
2
app.version.artifact=0
3
-app.version.build=267
+app.version.build=268
4
app.version.major=2
5
app.version.minor=0
build.gradle
@@ -29,10 +29,6 @@ repositories {
29
30
ext {
31
junitVersion = '5.10.2'
32
- props.setProperty "app.version.build", (props.getProperty("app.version.build") as int + 1).toString();
33
- props.store(file.newWriter(), null)
34
- props.load(file.newDataInputStream())
35
- println "Storing Properties."
36
}
37
38
tasks.withType(JavaCompile).configureEach {
0 commit comments