Skip to content

Commit aba2ce3

Browse files
Wenshuai HouR. Tyler Croy
authored andcommitted
remove hardcoded dep on jar-dependencies
1 parent e946ad5 commit aba2ce3

File tree

1 file changed

+0
-1
lines changed
  • jruby-gradle-jar-plugin/src/main/groovy/com/github/jrubygradle/jar

1 file changed

+0
-1
lines changed

jruby-gradle-jar-plugin/src/main/groovy/com/github/jrubygradle/jar/JRubyJar.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ class JRubyJar extends Jar {
274274
void addEmbeddedDependencies(Configuration config) {
275275
/* To ensure that we can load our jars properly, we should always have
276276
* jar-dependencies in our resolution graph */
277-
project.dependencies.add(config.name, 'rubygems:jar-dependencies:0.1.15')
278277
}
279278

280279
/** Update the staging directory and tasks responsible for setting it up */

0 commit comments

Comments
 (0)