Release 2.1.0-beta.0

This commit is contained in:
Uwe Kubosch 2023-05-16 08:28:44 +02:00 committed by GitHub
commit d034c13e16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 13 deletions

View File

@ -1,12 +1,8 @@
= JRuby/Gradle plugins
image::https://travis-ci.org/jruby-gradle/jruby-gradle-plugin.svg?branch=master["Build Status", link="https://travis-ci.org/jruby-gradle/jruby-gradle-plugin"]
image::https://api.bintray.com/packages/jruby-gradle/plugins/jruby-gradle-plugin/images/download.svg[link="https://bintray.com/jruby-gradle/plugins/jruby-gradle-plugin/_latestVersion"]
image::https://github.com/jruby-gradle/jruby-gradle-plugin/actions/workflows/build.yml/badge.svg["Build Status", link="https://github.com/jruby-gradle/jruby-gradle-plugin/actions/workflows/build.yml"]
image::https://badges.gitter.im/Join%20Chat.svg[link="https://gitter.im/jruby-gradle/jruby-gradle-plugin", title="Gitter"]
You can also join us on the link:https://groups.google.com/forum/#!forum/jruby-gradle[JRuby/Gradle mailing list]
JRuby/Gradle brings the power and flexibility of
@ -18,7 +14,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