Skip to content

Commit 3939007

Browse files
committed
functionaljava#52: Reviewed source compatibility
1 parent e2d35c0 commit 3939007

4 files changed

Lines changed: 1 addition & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ subprojects {
7575
apply plugin: "maven"
7676
apply plugin: "java"
7777

78-
sourceCompatibility = "1.7"
78+
sourceCompatibility = "1.8"
7979

8080
if (doSigning()) {
8181
apply plugin: "signing"

core/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies {
99
testCompile dependencyJunit
1010
}
1111

12-
sourceCompatibility = "1.8"
1312

1413
retrolambda {
1514
jdk System.getenv("JAVA8_HOME")

demo/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ apply plugin: 'retrolambda'
44

55
mainClassName = "fj.demo.euler.Problem2"
66

7-
sourceCompatibility = "1.8"
87

98
retrolambda {
109
jdk System.getenv("JAVA8_HOME")

java8/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ jar {
33
baseName "${project.projectName}-${project.name}"
44
}
55

6-
sourceCompatibility = "1.8"
76

87
dependencies {
98
compile project(":core")

0 commit comments

Comments
 (0)