Revisions of gradle

Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 31)
- fix dependencies, don't provide gradle7
Klaus Kämpf's avatar Klaus Kämpf (kwk) accepted request 1074464 from Klaus Kämpf's avatar Klaus Kämpf (kwk) (revision 30)
- Install 'gradle7' for Gradle 7.x
- Update to 8.0.2
  Patch release
  * #23698 Gradle 8 RC2 runs out of metaspace
  * #23962 Java/Scala build with no explicit toolchain: build
    fails with Gradle 8.0.1 / Scala 2.13
  * #23990 Gradle 8.0.+ silently dropped support for custom compilers
    in JavaCompile
  * #24031 InstrumentingTransformer generates different class files in
    Gradle 8 and 7.6 which leads to Remote Build-Cache misses
  * #24109 Extending an already resolved configuration no longer works
    correctly
  * #24122 Update configuration cache state for some plugins
  * #24129 includeBuild in PluginManagementSpec deincubated in
    Gradle 8, docs still say it's incubating
- Update to 8.0.1
  Patch release
  * #21551 - Document integration of Scala plugin with toolchains
    and problems with target flag
  * #23888 - --no-rebuild suddenly gone without new deprecation cycle
    and without the reason for its undeprecation being void
  * #23905 - Gradle 8.0 fails Scala build with isBlank not found in
    String class error
- Update to 8.0.0
  * See https://docs.gradle.org/8.0/userguide/upgrading_version_7.html#changes_8.0
    to learn about deprecations, breaking changes and other
    considerations when upgrading to Gradle 8.0.
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 29)
- Update to 7.6.0
  * Added Support for Java 19
  * Introduced strongly-typed dependencies block for JVM test suites
  * Added support for Java Toolchain downloads from arbitrary
    repositories
  * Added support for incremental compilation following a compilation
    failure
  * Introduced support for Java 9+ network debugging
  * Revised dependencies generated from init Maven conversions from
    implementation to api
  See https://docs.gradle.org/7.6/release-notes.html
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 28)
add _constraints :-/
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 27)
drop patch1

"it's already in the classpath" 

?!
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 26)
fix patch numbers
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 25)
- 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

- 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
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 24)
- 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
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 23)
- 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
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 22)
- 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
  

- 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
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 21)
- 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
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 20)
  - 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
- add 0008-disable-JS-from-reporting.patch to fix the build
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 19)
update tarball
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 18)
- Update to 6.0.1
  see https://docs.gradle.org/6.0/release-notes.html
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 17)
- 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
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 16)
- Add 0007-local-files-are-not-insecure.patch
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 15)
- Update to 5.5.1 (for elasticsearch 7.2.0)
  Bugfix release
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 14)
- 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
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 13)
- add 0005-drop-org.gradle.ci.tag-single-build-org.gradle.ci.ta.patch
Klaus Kämpf's avatar Klaus Kämpf (kwk) committed (revision 12)
add missing patch
Displaying revisions 1 - 20 of 31
openSUSE Build Service is sponsored by