Compare commits

...

3 Commits

Author SHA1 Message Date
Uwe Kubosch a8ba2490d5 Bump version to 2.1.0-beta.0 2023-05-15 19:19:19 +02:00
Uwe Kubosch c48ddc403b
Update to JRuby 9.4.2.0 2023-05-15 19:14:17 +02:00
Uwe Kubosch 03b1ec2400 Update to JRuby 9.4.2.0 2023-05-15 17:43:38 +02:00
6 changed files with 9 additions and 8 deletions

View File

@ -18,7 +18,8 @@ Use of this plugin replaces the need for Rake, link:http://bundler.io[Bundler]
and link:https://github.com/jruby/warbler[Warbler].
NOTE: JRuby/Gradle 2.0 relies on JRuby 9.x and later.
NOTE: JRuby/Gradle 2.1 relies on JRuby 9.4 and later.
JRuby/Gradle 2.0 relies on JRuby 9.x and later.
This repository contains the:

View File

@ -101,7 +101,7 @@ class JRubyExecExtensionIntegrationSpec extends IntegrationSpecification {
useScript(REQUIRES_GEM)
createJRubyExecProject withCreditCardValidator(), """
script '${REQUIRES_GEM}'
jrubyArgs '-T1'
jrubyArgs '-v'
"""
when:

View File

@ -160,13 +160,13 @@ rubygems:tilt:2.0.9
withPreamble """
jrubyPrepare.outputDir = '${pathAsUriStr(projectDir)}'.toURI()
"""
withDependencies 'gems "rubygems:childprocess:1.0.1"'
withDependencies 'gems "rubygems:childprocess:4.1.0"'
when:
build()
then:
new File(projectDir, "gems/childprocess-1.0.1").exists()
new File(projectDir, "gems/childprocess-4.1.0").exists()
}
private void withDefaultRepositories() {

View File

@ -61,7 +61,7 @@ import static org.ysb33r.grolifant.api.v4.StringUtils.stringize
*/
@CompileStatic
class JRubyPluginExtension extends AbstractCombinedProjectTaskExtension {
public static final String DEFAULT_JRUBY_VERSION = '9.3.4.0'
public static final String DEFAULT_JRUBY_VERSION = '9.4.2.0'
public static final String NAME = 'jruby'

View File

@ -24,7 +24,7 @@ allprojects {
targetCompatibility = '1.8'
ext {
olderJRubyVersion = '9.2.1.0'
olderJRubyVersion = '9.4.1.0'
spockVersion = "org.spockframework:spock-core:1.2-groovy-2.4"
pluginExtraText = (version.contains('-alpha') || version.contains('-beta')) ?
'(If you need a production-ready version of the JRuby/Gradle plugin use a 1.7.x release instead)': ''

View File

@ -1,4 +1,4 @@
version=2.1.0-alpha.3
version=2.1.0-beta.0
group=com.github.jruby-gradle
copyrightYear=2014-2020
@ -15,7 +15,7 @@ targetCompatibility=1.8
sourceCompatibility=1.8
grolifantVersion=1.3.3
jrubyVersion=9.3.4.0
jrubyVersion=9.4.2.0
jettyVersion=9.2.12.v20150709
bcprovVersion=1.46
httpbuilderNgVersion=1.0.3