We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e946ad5 commit aba2ce3Copy full SHA for aba2ce3
jruby-gradle-jar-plugin/src/main/groovy/com/github/jrubygradle/jar/JRubyJar.groovy
@@ -274,7 +274,6 @@ class JRubyJar extends Jar {
274
void addEmbeddedDependencies(Configuration config) {
275
/* To ensure that we can load our jars properly, we should always have
276
* jar-dependencies in our resolution graph */
277
- project.dependencies.add(config.name, 'rubygems:jar-dependencies:0.1.15')
278
}
279
280
/** Update the staging directory and tasks responsible for setting it up */
0 commit comments