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

Commit

Permalink
#122 - Updated source version to 10 (maximum supported by Gradle at t… (
Browse files Browse the repository at this point in the history
#123)

* #122 - Updated source version to 10 (maximum supported by Gradle at the current time) and target to 8.
  • Loading branch information
gigaSproule authored Nov 11, 2018
1 parent fbd07f0 commit 2fbbd07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ idea {

group = 'com.benjaminsproule'

sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

task createClasspathManifest {
def outputDir = file("$buildDir/$name")
Expand Down

0 comments on commit 2fbbd07

Please sign in to comment.