Skip to content

Commit f595628

Browse files
author
Andrey K
committed
Java 11
1 parent 466ee03 commit f595628

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ repositories {
1111
maven { url "https://jitpack.io" }
1212
}
1313

14-
version '1.0.3'
14+
version '1.0.4'
1515
group = 'com.github.Legionivo'
1616

17-
sourceCompatibility = JavaVersion.VERSION_1_8
18-
targetCompatibility = JavaVersion.VERSION_1_8
17+
sourceCompatibility = JavaVersion.VERSION_11
18+
targetCompatibility = JavaVersion.VERSION_11
1919

2020
dependencies {
2121
// This dependency is exported to consumers, that is to say found on their compile classpath.

jitpack.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
jdk:
2+
- openjdk11
3+
install:
4+
- echo "Running a custom install command"
5+
- ./gradlew clean install

0 commit comments

Comments
 (0)