Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit 2bbc461

Browse files
Fixed.
1 parent 6ac2390 commit 2bbc461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ subprojects { proj ->
3030
compileJava.options.encoding = 'UTF-8'
3131
compileTestJava.options.encoding = 'UTF-8'
3232

33-
sourceCompatibility = 1.11
33+
sourceCompatibility = 1.8
3434
targetCompatibility = 1.8
3535

3636
java {

0 commit comments

Comments
 (0)