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 563df8b commit 4a8f394Copy full SHA for 4a8f394
build.gradle
@@ -6,7 +6,7 @@ compileJava.options.encoding = "UTF-8"
6
compileTestJava.options.encoding = "UTF-8"
7
8
allprojects {
9
- version = '1.0.2'
+ version = '1.0.3'
10
group = 'cz.foresttech'
11
12
repositories {
jitpack.yml
@@ -0,0 +1,5 @@
1
+jdk:
2
+ - openjdk17
3
+before_install:
4
+ - sdk install java 17.0.11-amzn
5
+ - sdk use java 17.0.11-amzn
0 commit comments