Skip to content

Commit 097aaf2

Browse files
committed
Java 11 compatible
1 parent 6a7b2d6 commit 097aaf2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
plugins {
22
id 'maven-publish'
33
id 'signing'
4+
id 'java'
45
}
56

6-
apply plugin: 'java'
7+
java {
8+
sourceCompatibility = JavaVersion.VERSION_11
9+
targetCompatibility = JavaVersion.VERSION_11
10+
}
711

812
repositories {
913
mavenCentral()

0 commit comments

Comments
 (0)