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 b459e3e commit ad6db02Copy full SHA for ad6db02
jruby-gradle-base-plugin/build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
34
compile "org.eclipse.jetty:jetty-server:${jettyVersion}"
35
compile "org.eclipse.jetty:jetty-webapp:${jettyVersion}"
36
- compile( 'de.saumya.mojo:rubygems:0.2@war' ) {
+ runtime( 'de.saumya.mojo:rubygems:0.2.3@war' ) {
37
// we just want the war file on the classloader for the application
38
// to find it and use the war-file from filesystem
39
exclude group: 'org.sonatype.nexus.plugins', module: 'nexus-ruby-tools'
0 commit comments