Skip to content

Commit

Permalink
Merge pull request #71 from yanokwa/source-warning
Browse files Browse the repository at this point in the history
Upgrade source compatibility and gradle
  • Loading branch information
yanokwa authored Jun 25, 2019
2 parents 57e808f + 2ec93a4 commit 5ae81ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ sourceSets {
}
}

targetCompatibility = '1.7'
sourceCompatibility = '1.7'
targetCompatibility = '1.8'
sourceCompatibility = '1.8'

dependencies {
compile group: 'net.sf.kxml', name: 'kxml2', version: '2.3.0'
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip

0 comments on commit 5ae81ca

Please sign in to comment.