Skip to content

Commit 1516e16

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 9ed2315 + 6aa11ee commit 1516e16

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
@@ -126,8 +126,8 @@ subprojects {
126126
}
127127

128128
compileJava {
129-
sourceCompatibility = 1.8
130-
targetCompatibility = 1.8
129+
sourceCompatibility = '1.8'
130+
targetCompatibility = '1.8'
131131
}
132132

133133
test {

0 commit comments

Comments
 (0)