Compare commits

...

8 Commits

Author SHA1 Message Date
Uwe Kubosch 2e22ec2126 Update copyright year from 2020 to 2023 2023-05-16 10:20:02 +02:00
Uwe Kubosch f36eb27c1d Correct plugin id for com.github.jruby-gradle.war
Rename gradle project for the base plugin to jruby-gradle-base-plugin
2023-05-16 10:13:03 +02:00
Uwe Kubosch d034c13e16
Release 2.1.0-beta.0 2023-05-16 08:28:44 +02:00
Uwe Kubosch 33d842a823 Remvoe blank lines 2023-05-15 20:57:40 +02:00
Uwe Kubosch 50d4482348 Removed obsolete bintray and trvis links, and added GitHub Actions status badge. 2023-05-15 20:56:14 +02:00
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
92 changed files with 102 additions and 107 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

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining
@ -101,7 +101,7 @@ class JRubyExecExtensionIntegrationSpec extends IntegrationSpecification {
useScript(REQUIRES_GEM)
createJRubyExecProject withCreditCardValidator(), """
script '${REQUIRES_GEM}'
jrubyArgs '-T1'
jrubyArgs '-v'
"""
when:

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining
@ -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

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,6 +1,6 @@
<!--
Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
# Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
# Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
# Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
# Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
# Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
# Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
# Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
# Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
# Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
# Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining
@ -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

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
# Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
# Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
# Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
# Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,6 +1,6 @@
<!--
Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
Permission is hereby granted, free of charge, to any person obtaining

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,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/**
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
# Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
# Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
# Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
# Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,21 +1,19 @@
version=2.1.0-alpha.3
version=2.1.0-beta.0
group=com.github.jruby-gradle
copyrightYear=2014-2020
copyrightYear=2014-2023
org.gradle.daemon=true
org.gradle.caching=true
org.gradle.parallel=false
org.gradle.configureondemand=false
bintrayUser=
bintrayKey=
releaseBuild=false
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

View File

@ -11,12 +11,12 @@ configurations {
}
generateTestConfig {
testProperties mavenrepo: new File(project(':jruby-gradle-plugin').projectDir,'src/integTest/mavenrepo').absolutePath,
testProperties mavenrepo: new File(project(':jruby-gradle-base-plugin').projectDir,'src/integTest/mavenrepo').absolutePath,
flatrepo: testRepoDir.absolutePath
}
dependencies {
compile project(':jruby-gradle-plugin')
compile project(':jruby-gradle-base-plugin')
/*
* NOTE: version 5.0.0 of the shadow plugin supports only Gradle 5.x and later
*/

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
# Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
# Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,6 +1,6 @@
<!--
Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
['base','war','jar', 'core'].each { mod ->
def fName = "jruby-gradle${(mod == 'base') ? '' : ('-' + mod)}-plugin"
def fName = "jruby-gradle-${mod}-plugin"
include fName
project(":${fName}").projectDir = file("${mod}-plugin")

View File

@ -2,7 +2,7 @@ description = 'This plugin encapsulates web archive building functionality for J
dependencies {
compile project(':jruby-gradle-plugin')
compile project(':jruby-gradle-base-plugin')
compile group: 'com.github.jruby-gradle', name: 'warbler-bootstrap', version: '0.2.0+'
testCompile(spockVersion) {
@ -17,7 +17,7 @@ artifacts {
pluginBundle {
plugins {
gradlePlugin {
id = 'com.github.jruby-gradle.jar'
id = 'com.github.jruby-gradle.war'
displayName = 'JRuby/Gradle base plugin'
description = 'This plugin encapsulates building deployable WARs using JRuby'
tags = (['jruby', 'war'])

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
# Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
# Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2020, R. Tyler Croy <rtyler@brokenco.de>,
* Copyright (c) 2014-2023, R. Tyler Croy <rtyler@brokenco.de>,
* Schalk Cronje <ysb33r@gmail.com>, Christian Meier, Lookout, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining