Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

Commit

Permalink
build gradle now ready for jdk8
Browse files Browse the repository at this point in the history
  • Loading branch information
mario meltzow committed Jan 28, 2016
1 parent 5cdd14a commit 4bd2e7c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext {
appName = 'tonegodgui'
jmonkeyengine_version = '3.0.10'
}
sourceCompatibility = 1.7
sourceCompatibility = 1.8

repositories {
mavenLocal()
Expand Down Expand Up @@ -52,8 +52,8 @@ eclipse {
classpath { downloadSources=true }

jdt {
sourceCompatibility = 1.7
targetCompatibility = 1.7
sourceCompatibility = 1.8
targetCompatibility = 1.8
}

project {
Expand All @@ -79,10 +79,6 @@ artifacts {
//, javadocJar
}

repositories {
jcenter()
}

task wrapper(type: Wrapper) {
gradleVersion = '2.2.1'
}
Expand Down

0 comments on commit 4bd2e7c

Please sign in to comment.