Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit ee730be

Browse files
committed
Move back to target 1.8
1 parent 30db680 commit ee730be

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
@@ -12,8 +12,8 @@ buildscript {
1212
allprojects {
1313
apply plugin: 'java'
1414

15-
sourceCompatibility = 11
16-
targetCompatibility = 11
15+
sourceCompatibility = 1.8
16+
targetCompatibility = 1.8
1717

1818
tasks.withType(JavaCompile) {
1919
options.incremental = true

0 commit comments

Comments
 (0)