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 43c480f commit 7f00c36Copy full SHA for 7f00c36
gradle.properties
@@ -1,18 +1,16 @@
1
group = com.trivago
2
3
-version = 0.4.2
+version = 0.4.3
4
5
org.gradle.jvmargs = -ea -Dfile.encoding=UTF-8 -XX:+UseG1GC -Xms512m -Xmx1G -Djava.net.preferIPv4Stack=true
6
systemProp.file.encoding = UTF-8
7
8
systemProp.user.timezone = UTC
9
systemProp.user.language = en
10
11
-
12
org.gradle.configuration-cache.parallel=true
13
#org.gradle.parallel = true
14
org.gradle.daemon.idletimeout = 128000
15
#org.gradle.logging.stacktrace = full
16
org.gradle.warning.mode = all
17
18
#org.gradle.configureondemand = true
0 commit comments