275 lines
9.1 KiB
Plaintext
275 lines
9.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Sep 21 14:27:08 UTC 2022 - Klaus Kämpf <kkaempf@suse.com>
|
|
|
|
- Update to 7.5.1
|
|
* Support for Java 18
|
|
* Support for Groovy 4
|
|
* Scala Zinc has been updated
|
|
* Improved diagnostic reports for dependency resolution
|
|
See https://docs.gradle.org/7.5/release-notes.html
|
|
|
|
- Add patches
|
|
* 0001-make-asciidoctor-version-explicit.patch
|
|
* 0002-Introduce-JvmImplementation.ANY-to-truly-select-any-.patch
|
|
* 0003-drop-setVendor-for-Java.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 12 07:50:32 UTC 2021 - Klaus Kämpf <kkaempf@suse.com>
|
|
|
|
- Update to 7.2
|
|
* Java toolchain support for Scala projects
|
|
* Preserving escape sequences when copying files
|
|
* Improved credentials handling for HTTP header-based authentication
|
|
* Performance improvements
|
|
* Fixed issues
|
|
See https://docs.gradle.org/7.2/release-notes.html
|
|
|
|
- Update to 7.1
|
|
* Improved incremental compilation for Java
|
|
* Easier source set configuration in the Kotlin DSL
|
|
* Build cache friendly command-line arguments for compilation tasks
|
|
* JaCoCo plugin supports Java 15/16
|
|
* Fixed issues
|
|
See https://docs.gradle.org/7.1/release-notes.html
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 26 10:53:51 UTC 2021 - Klaus Kämpf <kkaempf@suse.com>
|
|
|
|
- Update to 7.0.0
|
|
* runs faster when doing incremental builds.
|
|
* makes your build more secure by verifying the integrity of the
|
|
dependencies of your build.
|
|
* supports developing with Java 16 and has new features for other
|
|
useful things.
|
|
* makes it easier to author your build with precompiled Groovy
|
|
script plugins and included builds.
|
|
* lowers the maintenance burden for your multi-project builds with
|
|
new dependency management features.
|
|
* uses the latest version of Groovy and Kotlin for build script
|
|
authoring.
|
|
|
|
see https://docs.gradle.org/7.0/release-notes.html for full
|
|
release notes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 19 10:56:49 UTC 2020 - Klaus Kämpf <kkaempf@suse.com>
|
|
|
|
- Update to 6.7.1
|
|
* Bugfix release
|
|
|
|
- Update to 6.7.0
|
|
see https://docs.gradle.org/6.7/userguide/upgrading_version_6.html#changes_6.7
|
|
|
|
- Update to 6.6.0
|
|
see https://docs.gradle.org/6.6/userguide/upgrading_version_6.html#changes_6.6
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 17 10:07:40 UTC 2020 - Klaus Kämpf <kkaempf@suse.com>
|
|
|
|
- Update to 6.5.1
|
|
* Bugfix and speedup release
|
|
|
|
- switch to /tmp/gradle cache in gradle-kit
|
|
drop all patches
|
|
0001-Search-system-jar.patch
|
|
0002-Fix-checkstyle-error.patch
|
|
0003-make-apache.commons.lang-dependency-explicit.patch
|
|
0004-use-local-maven-repo.patch
|
|
0005-Fix-to-avoid-incompatibility-if-compile-with-jdk9.patch
|
|
0006-disable-JS-from-reporting.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 29 09:03:14 UTC 2020 - Klaus Kämpf <kkaempf@suse.com>
|
|
|
|
- Update to 6.5.0
|
|
* support for Java 14
|
|
see https://docs.gradle.org/6.5/userguide/upgrading_version_6.html#changes_6.5
|
|
|
|
- Update to 6.4.0
|
|
see https://docs.gradle.org/6.4/userguide/upgrading_version_6.html#changes_6.4
|
|
|
|
- Update to 6.3.0
|
|
see https://docs.gradle.org/6.3/userguide/upgrading_version_6.html#changes_6.3
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 11 08:30:40 UTC 2020 - Klaus Kämpf <kkaempf@suse.com>
|
|
|
|
- Update to 6.2.2
|
|
patch release
|
|
* Multi-project build use the properties of the rootProject for all
|
|
included builds.
|
|
|
|
- Update to 6.2
|
|
See https://docs.gradle.org/6.2/release-notes.html
|
|
- Dependency checksum and signature verification
|
|
- Shareable read-only dependency cache
|
|
- Documentation links in deprecation messages
|
|
|
|
- Update to 6.1
|
|
See https://docs.gradle.org/6.1/release-notes.html
|
|
|
|
- drop 0007-local-files-are-not-insecure.patch, upstream
|
|
|
|
- rename 0006-Fix-to-avoid-incompatibility-if-compile-with-jdk9.patch
|
|
to 0005-Fix-to-avoid-incompatibility-if-compile-with-jdk9.patch
|
|
rename 0008-disable-JS-from-reporting.patch
|
|
to 0006-disable-JS-from-reporting.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 4 08:21:52 UTC 2019 - Klaus Kämpf <kkaempf@suse.com>
|
|
|
|
- Update to 6.0.1
|
|
- Substantial improvements in dependency management, including
|
|
- Publishing Gradle Module Metadata in addition to pom.xml
|
|
- Advanced control of transitive versions
|
|
- Support for optional features and dependencies
|
|
- Rules to tweak published metadata
|
|
- Support for Java 13
|
|
- Faster incremental Java and Groovy compilation
|
|
- New Zinc compiler for Scala
|
|
- VS2019 support
|
|
- Support for Gradle Enterprise plugin 3.0
|
|
|
|
see https://docs.gradle.org/6.0/release-notes.html
|
|
|
|
- add 0008-disable-JS-from-reporting.patch to fix the build
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 9 07:13:09 UTC 2019 - Klaus Kämpf <kkaempf@suse.com>
|
|
|
|
- Update to 5.6.2 (for elasticsearch 7.4.0)
|
|
see https://docs.gradle.org/5.6/release-notes.html
|
|
|
|
- drop 0003-make-groovy-dependency-explicit-in-performance-compi.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 15 15:10:22 UTC 2019 - Klaus Kämpf <kkaempf@suse.com>
|
|
|
|
- Update to 5.5.1 (for elasticsearch 7.2.0)
|
|
Bugfix release
|
|
|
|
- Add 0007-local-files-are-not-insecure.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 18 16:27:30 UTC 2019 - Klaus Kämpf <kkaempf@suse.com>
|
|
|
|
- Ability to run under JDK 1.8 even if compile with JDK9 or later
|
|
add 0006-Fix-to-avoid-incompatibility-if-compile-with-jdk9.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 6 15:03:39 UTC 2019 - Klaus Kämpf <kkaempf@suse.com>
|
|
|
|
- Update to 5.3.1
|
|
Bugfix release
|
|
|
|
- add 0005-drop-org.gradle.ci.tag-single-build-org.gradle.ci.ta.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 30 11:34:31 UTC 2018 - Klaus Kämpf <kkaempf@suse.com>
|
|
|
|
- Update to 5.1.0~RC2
|
|
* production-ready Kotlin DSL
|
|
* dependency version alignment
|
|
* task timeouts
|
|
* Java 11 support
|
|
* and more.
|
|
See https://gradle.org/whats-new/gradle-5
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 29 10:40:37 UTC 2018 - kkaempf@suse.com
|
|
|
|
- Update to 4.10.0
|
|
- Incremental Java compilation by default
|
|
- Periodic Gradle caches cleanup
|
|
- Gradle Kotlin DSL 1.0-RC3
|
|
- Nested included builds
|
|
- SNAPSHOT plugin versions in the plugins {} block
|
|
|
|
For more details see https://docs.gradle.org/4.10/release-notes.html
|
|
|
|
- Update to 4.9.0
|
|
- new publishing tools
|
|
|
|
For more details see https://docs.gradle.org/4.9/release-notes.html
|
|
|
|
- Update to 4.8.0
|
|
- add dependency locking
|
|
|
|
For more details see https://docs.gradle.org/4.8/release-notes.html
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 29 19:36:40 UTC 2018 - kkaempf@suse.com
|
|
|
|
- Update to 4.7.0
|
|
- Incremental annotation processing
|
|
- JDK 10 support
|
|
- Grouped non-interactive console logs
|
|
- Failed tests are re-run first for quicker feedback
|
|
|
|
For more details see https://docs.gradle.org/4.7/release-notes.html
|
|
|
|
- drop 0001-Build-patch.patch
|
|
|
|
- rename
|
|
0003-Search-system-jar.patch to 0001-Search-system-jar.patch
|
|
0005-Fix-checkstyle-error.patch to 0002-Fix-checkstyle-error.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 1 10:00:22 UTC 2018 - kkaempf@suse.com
|
|
|
|
- Update to 4.6.0
|
|
* built-in support for JUnit Platform and the JUnit
|
|
Jupiter/Vintage Engine, also known as JUnit 5 support.
|
|
|
|
- Update to 4.5.0
|
|
* build cache improvements
|
|
|
|
- removed patches
|
|
- 0002-Disable-code-quality.patch
|
|
- 0004-Relax-warnings.patch
|
|
- 0006-drop-fonts.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 28 07:49:19 UTC 2017 - kkaempf@suse.com
|
|
|
|
- Update to 4.4.1
|
|
* Visual Studio 2017 is now supported.
|
|
* The eclipse plugin now provides separate output folders.
|
|
See https://github.com/gradle/gradle/releases/tag/v4.4.0
|
|
and https://github.com/gradle/gradle/releases/tag/v4.4.1
|
|
for full changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 15 14:27:11 UTC 2017 - kkaempf@suse.com
|
|
|
|
- Update to 4.3.1
|
|
Major upgrade
|
|
See https://github.com/gradle/gradle/releases/tag/v4.3.1
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 23 07:47:46 UTC 2017 - kkaempf@suse.com
|
|
|
|
- Update to 3.4.1
|
|
Performance improvements
|
|
See https://docs.gradle.org/3.4.1/release-notes.html
|
|
|
|
new patches
|
|
- 0006-drop-fonts.patch
|
|
renamed patches
|
|
- 0009-Fix-checkstyle-error.patch to 0005-Fix-checkstyle-error.patch
|
|
- 0008-Relax-warnings.patch to 0004-Relax-warnings.patch
|
|
- 0005-Search-system-jar.patch to 0003-Search-system-jar.patch
|
|
- 0004-Disable-code-quality.patch to 0002-Disable-code-quality.patch
|
|
dropped patches
|
|
- 0007-declare-use-of-jcommander-properly.patch
|
|
- 0006-Disable-AWS.patch
|
|
- 0003-fix-build-of-documentation.patch
|
|
- 0002-fix-classpath-annotation.patch
|
|
-------------------------------------------------------------------
|
|
Wed Dec 28 14:32:25 UTC 2016 - kkaempf@suse.com
|
|
|
|
- Update to 3.2.1
|
|
* bugfix release
|
|
* see https://github.com/gradle/gradle/releases/tag/v3.2.1
|
|
|