Skip to content

Commit 1b60d1a

Browse files
committed
fix: initial test
1 parent 6e7d876 commit 1b60d1a

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

app.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#Thu Aug 28 14:39:52 GMT-03:00 2025
1+
#Thu Aug 28 14:52:42 GMT-03:00 2025
22
app.version.artifact=0
3-
app.version.build=267
3+
app.version.build=268
44
app.version.major=2
55
app.version.minor=0

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ repositories {
2929

3030
ext {
3131
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."
3632
}
3733

3834
tasks.withType(JavaCompile).configureEach {

0 commit comments

Comments
 (0)