We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e15c96 commit 0cc21fdCopy full SHA for 0cc21fd
1 file changed
build.gradle
@@ -14,8 +14,8 @@ plugins {
14
}
15
16
apply plugin: 'java'
17
-sourceCompatibility = 11
18
-targetCompatibility = 11
+sourceCompatibility = 1.8
+targetCompatibility = 1.8
19
20
// Tests
21
apply plugin: 'groovy'
0 commit comments