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 3e5c150 commit 03158b8Copy full SHA for 03158b8
build.gradle
@@ -13,6 +13,7 @@ allprojects {
13
maven {
14
url = "https://plugins.gradle.org/m2/"
15
}
16
+ maven { url "https://jitpack.io" }
17
18
19
gradle.properties
@@ -1,6 +1,6 @@
1
group = com.trivago
2
3
-version = 0.3.0
+version = 0.3.2
4
5
org.gradle.jvmargs = -ea -Dfile.encoding=UTF-8 -XX:+UseG1GC -Xms512m -Xmx1G -Djava.net.preferIPv4Stack=true
6
systemProp.file.encoding = UTF-8
jitpack.yml
@@ -2,4 +2,4 @@ jdk:
- openjdk17
install:
- - gradle clean build publishToMavenLocal --console=plain --continue --warning-mode all
+ - ./gradlew clean build publishToMavenLocal --console=plain --continue --warning-mode all
0 commit comments