File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/integTest/groovy/com/github/jrubygradle Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
33
33
34
34
compile " org.eclipse.jetty:jetty-server:${ jettyVersion} "
35
35
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' ) {
37
37
// we just want the war file on the classloader for the application
38
38
// to find it and use the war-file from filesystem
39
39
exclude group : ' org.sonatype.nexus.plugins' , module : ' nexus-ruby-tools'
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ class JRubyExecIntegrationSpec extends Specification {
107
107
108
108
def " Running a script that requires a gem using default embedded rubygems-servlets maven repo" () {
109
109
// java-1.7 runs int o perm-space problems
110
- if (System . getProperty(' java.version' ). startsWith(' 1.7. ' ) ) {
110
+ if (System . getProperty(' java.version' ). startsWith(' 1.' ) ) {
111
111
println ' skipping extra rubygems-servlet test for jdk-1.7'
112
112
return
113
113
}
You can’t perform that action at this time.
0 commit comments