Skip to content

Commit ba367b4

Browse files
Updating Java to 11
1 parent 44d366e commit ba367b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ allprojects {
2828
apply plugin: 'maven'
2929
apply plugin: 'maven-publish'
3030

31-
sourceCompatibility = JavaVersion.VERSION_1_8
32-
targetCompatibility = JavaVersion.VERSION_1_8
31+
sourceCompatibility = JavaVersion.VERSION_11
32+
targetCompatibility = JavaVersion.VERSION_11
3333

3434
repositories {
3535
mavenCentral()

0 commit comments

Comments
 (0)