Skip to content

Commit 0cc21fd

Browse files
committed
Upgraded gradle wrapper to 4.10.3, but kept JDK targetting 8 for now #169
1 parent 1e15c96 commit 0cc21fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ plugins {
1414
}
1515

1616
apply plugin: 'java'
17-
sourceCompatibility = 11
18-
targetCompatibility = 11
17+
sourceCompatibility = 1.8
18+
targetCompatibility = 1.8
1919

2020
// Tests
2121
apply plugin: 'groovy'

0 commit comments

Comments
 (0)