Skip to content

Commit

Permalink
Set source and target compatibility to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Jan 13, 2019
1 parent 121b59b commit ff459c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ dependencies {
group = 'nu.studer'
version = '1.0.2.DEV'

sourceCompatibility = '1.6'
targetCompatibility = '1.6'

task sourcesJar(type: Jar) {
description = 'Assembles a jar archive containing the main source code.'
group = 'build'
Expand Down

0 comments on commit ff459c4

Please sign in to comment.