Skip to content

Commit ad6db02

Browse files
committed
new rubygems-servlets version
1 parent b459e3e commit ad6db02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jruby-gradle-base-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333

3434
compile "org.eclipse.jetty:jetty-server:${jettyVersion}"
3535
compile "org.eclipse.jetty:jetty-webapp:${jettyVersion}"
36-
compile( 'de.saumya.mojo:rubygems:0.2@war' ) {
36+
runtime( 'de.saumya.mojo:rubygems:0.2.3@war' ) {
3737
// we just want the war file on the classloader for the application
3838
// to find it and use the war-file from filesystem
3939
exclude group: 'org.sonatype.nexus.plugins', module: 'nexus-ruby-tools'

0 commit comments

Comments
 (0)