Skip to content

Commit

Permalink
Minor Gradle build cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Mar 26, 2019
1 parent c139f76 commit 9b2f5de
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
11 changes: 0 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,6 @@ subprojects {
options.compilerArgs << '-Xlint:deprecation' << '-Xlint:unchecked'
}

tasks.withType(JavaCompile) {
doFirst {
if (sourceCompatibility == '1.7' && System.env.JDK7_HOME != null) {
options.bootstrapClasspath = files("$System.env.JDK7_HOME/jre/lib/rt.jar")
//options.bootClasspath += "$File.pathSeparator$System.env.JDK7_HOME/jre/lib/jce.jar"
// use the line above as an example to add jce.jar
// and other specific JDK jars
}
}
}

tasks.withType(GroovyCompile) {
groovyOptions.optimizationOptions.indy = true
}
Expand Down
1 change: 0 additions & 1 deletion cj-btc-daemon-mn/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ plugins {
id "io.spring.dependency-management" version "1.0.6.RELEASE"
id "com.github.johnrengelman.shadow" version "4.0.2"
id "application"
id "java"
id "net.ltgt.apt-eclipse" version "0.21"
id "net.ltgt.apt-idea" version "0.21"
}
Expand Down
1 change: 0 additions & 1 deletion consensusj-jsonrpc-daemon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ plugins {
id "io.spring.dependency-management" version "1.0.6.RELEASE"
id "com.github.johnrengelman.shadow" version "4.0.2"
id "application"
id "java"
id "net.ltgt.apt-eclipse" version "0.21"
id "net.ltgt.apt-idea" version "0.21"
}
Expand Down

0 comments on commit 9b2f5de

Please sign in to comment.