Skip to content

Commit 466ee03

Browse files
author
Andrey K
committed
Java 8
1 parent 4f03248 commit 466ee03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-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.2'
14+
version '1.0.3'
1515
group = 'com.github.Legionivo'
1616

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

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

0 commit comments

Comments
 (0)