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

Commit a05ab85

Browse files
committed
Fixed it so that 'java-base' instead of 'java' plugin is applied in the plugin. Applying 'java' is now a choice of the user
1 parent e99470e commit a05ab85

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/groovy/com/github/jrubygradle/jar/JRubyJarPlugin.groovy

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@ class JRubyJarPlugin implements Plugin<Project> {
5757

5858
}
5959

60-
// project.sourceSets {
61-
// main {
62-
// java {
63-
// srcDir new File(project.buildDir,'generated/java')
64-
// }
65-
// }
66-
// }
6760
project.sourceSets.matching { it.name == "main" } .all {
6861
it.java.srcDir new File(project.buildDir,'generated/java')
6962
}

0 commit comments

Comments
 (0)