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 466ee03 commit f595628Copy full SHA for f595628
build.gradle
@@ -11,11 +11,11 @@ repositories {
11
maven { url "https://jitpack.io" }
12
}
13
14
-version '1.0.3'
+version '1.0.4'
15
group = 'com.github.Legionivo'
16
17
-sourceCompatibility = JavaVersion.VERSION_1_8
18
-targetCompatibility = JavaVersion.VERSION_1_8
+sourceCompatibility = JavaVersion.VERSION_11
+targetCompatibility = JavaVersion.VERSION_11
19
20
dependencies {
21
// This dependency is exported to consumers, that is to say found on their compile classpath.
jitpack.yml
@@ -0,0 +1,5 @@
1
+jdk:
2
+ - openjdk11
3
+install:
4
+ - echo "Running a custom install command"
5
+ - ./gradlew clean install
0 commit comments