Skip to content
This repository was archived by the owner on Sep 2, 2023. It is now read-only.

Commit 2fbbd07

Browse files
authored
#122 - Updated source version to 10 (maximum supported by Gradle at t… (#123)
* #122 - Updated source version to 10 (maximum supported by Gradle at the current time) and target to 8.
1 parent fbd07f0 commit 2fbbd07

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
@@ -31,8 +31,8 @@ idea {
3131

3232
group = 'com.benjaminsproule'
3333

34-
sourceCompatibility = JavaVersion.VERSION_1_7
35-
targetCompatibility = JavaVersion.VERSION_1_7
34+
sourceCompatibility = JavaVersion.VERSION_1_8
35+
targetCompatibility = JavaVersion.VERSION_1_8
3636

3737
task createClasspathManifest {
3838
def outputDir = file("$buildDir/$name")

0 commit comments

Comments
 (0)