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 ad6db02 commit 6cd6a4eCopy full SHA for 6cd6a4e
jruby-gradle-base-plugin/src/integTest/groovy/com/github/jrubygradle/JRubyExecIntegrationSpec.groovy
@@ -107,7 +107,7 @@ class JRubyExecIntegrationSpec extends Specification {
107
108
def "Running a script that requires a gem using default embedded rubygems-servlets maven repo"() {
109
// java-1.7 runs int o perm-space problems
110
- if (System.getProperty('java.version').startsWith('1.7.') ) {
+ if (System.getProperty('java.version').startsWith('1.') ) {
111
println 'skipping extra rubygems-servlet test for jdk-1.7'
112
return
113
}
0 commit comments