Skip to content

Commit ff9dfa8

Browse files
committed
Set sourceCompatibility and targetCompatibility
1 parent 1813b15 commit ff9dfa8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/gradle/common.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ apply plugin: 'checkstyle'
88
apply plugin: 'pmd'
99
apply plugin: 'findbugs'
1010

11+
sourceCompatibility = 1.8
12+
targetCompatibility = 1.8
13+
1114
// We use both Maven Central and our own Artifactory instance, which contains module builds, extra libs, and so on
1215
repositories {
1316
mavenCentral()

0 commit comments

Comments
 (0)