Skip to content

Commit

Permalink
build: Disabled gradle daemon and cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Feb 16, 2024
1 parent 06e66f3 commit 82a47e8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ testSourceCompatibility = 11
testTargetCompatibility = 11
reproducibleBuild = true

kordampPluginVersion = 0.53.0
kordampBuildVersion = 3.3.0
kordampPluginVersion = 0.54.0
kordampBuildVersion = 3.4.0

awaitilityVersion = 4.2.0
commonsCollectionsVersion = 4.4
Expand All @@ -22,8 +22,6 @@ springBootVersion = 2.7.18
testcontainersRedisVersion = 2.0.2
testcontainersVersion = 1.19.3

org.gradle.daemon = true
org.gradle.caching = true
org.gradle.parallel = true
org.gradle.daemon = false
systemProp.file.encoding = utf-8
org.gradle.jvmargs = -Dfile.encoding=UTF-8

0 comments on commit 82a47e8

Please sign in to comment.