Skip to content

Commit 03158b8

Browse files
committed
v0.3.2 try to fix jitpack
1 parent 3e5c150 commit 03158b8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ allprojects {
1313
maven {
1414
url = "https://plugins.gradle.org/m2/"
1515
}
16+
maven { url "https://jitpack.io" }
1617
}
1718
}
1819

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group = com.trivago
22

3-
version = 0.3.0
3+
version = 0.3.2
44

55
org.gradle.jvmargs = -ea -Dfile.encoding=UTF-8 -XX:+UseG1GC -Xms512m -Xmx1G -Djava.net.preferIPv4Stack=true
66
systemProp.file.encoding = UTF-8

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ jdk:
22
- openjdk17
33

44
install:
5-
- gradle clean build publishToMavenLocal --console=plain --continue --warning-mode all
5+
- ./gradlew clean build publishToMavenLocal --console=plain --continue --warning-mode all

0 commit comments

Comments
 (0)