Skip to content
This repository has been archived by the owner on May 19, 2019. It is now read-only.

Commit

Permalink
Fixed it so that 'java-base' instead of 'java' plugin is applied in t…
Browse files Browse the repository at this point in the history
…he plugin. Applying 'java' is now a choice of the user
  • Loading branch information
ysb33r committed Sep 25, 2014
1 parent e99470e commit a05ab85
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ class JRubyJarPlugin implements Plugin<Project> {

}

// project.sourceSets {
// main {
// java {
// srcDir new File(project.buildDir,'generated/java')
// }
// }
// }
project.sourceSets.matching { it.name == "main" } .all {
it.java.srcDir new File(project.buildDir,'generated/java')
}
Expand Down

0 comments on commit a05ab85

Please sign in to comment.