Skip to content

Commit 62b8137

Browse files
committed
enable Gradle configuration cache as Quarkus is compatible with it
1 parent 8510471 commit 62b8137

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Gradle properties
22
org.gradle.caching=true
3+
org.gradle.configuration-cache=true
34
# TODO: Set to true when https://github.com/quarkusio/quarkus/issues/49115 is fixed
45
org.gradle.parallel=false
56
org.gradle.logging.level=INFO

0 commit comments

Comments
 (0)