Commit Graph

19 Commits

Author SHA1 Message Date
Rene Groeschke 8a6df32de6
Update gradle wrapper to 8.4 (#99856)
* Remove deprecated forConfigurationTime usage
2023-10-11 17:02:27 +02:00
Rene Groeschke b23e000c30
Update gradle wrapper to 8.3 (#97838)
Gradle now fully supports compiling, testing and running on Java 20. 
Among other general performance improvements this release introduces --test-dry-run command line option that allows checking if tests are filtered or not by gradle.
Required updating nebula ospackage plugin as setuid was broken in gradle 8.3.
2023-09-27 08:48:21 +02:00
Rene Groeschke b8627079b4
Update Gradle Wrapper to 8.2 (#96686)
- Convention usage has been deprecated and was fixed in our build files
- Fix test dependencies and deprecation
2023-07-04 15:35:15 +02:00
Rene Groeschke 486dfc8ea2
Update Gradle wrapper from 8.1 to 8.1.1 (#95492) 2023-04-24 06:30:45 -04:00
Rene Groeschke 44cc172219
Update Gradle wrapper to 8.1 (#94663)
- Udpate docker compose plugin to use 8.1 compliant version
- Fix deprecations of test task configurations
2023-04-13 16:11:51 +02:00
Rene Groeschke 9ce5baed0c
Update Gradle wrapper to 8.0.2 (#92751)
- Remove custom checksum build logic in wrapper task
- Adjust jdk home handling adjusting the change in behaviour in gradle. Requires providing canonical paths for provisioned jdk homes.
- Fix test by add workaround to bug in configuration cache
2023-03-09 13:00:12 +01:00
Rene Groeschke 08845b78f2
Update Gradle Wrapper to 7.6.1 (#89796) (#92241) (#94122)
This updates the gradle wrapper to 7.6.1. This patch release contains a
fix for  incremental compilation of java modules we have raised against
gradle 7.6

see https://github.com/gradle/gradle/issues/23067
2023-02-24 11:48:08 -05:00
Rene Groeschke 8b9f3b595f
Revert "Update to Gradle 7.6 (#89796)" (#92241)
We have seen reports of broken compilation after a clean build
after updating to gradle 7.6.

This reverts commit deaf92878a.
2022-12-08 17:55:45 +01:00
Rene Groeschke deaf92878a
Update to Gradle 7.6 (#89796)
* Fix TestResultProcessor api changes
* Fix inputs for generateProviderManifest
* Ignore tests for now until gradle has fixed reporting issue
* Fix dependency substitution in example plugins build
* Use right java bin path on windows
* Add hint to task onlyif when no docker is available
2022-12-08 11:11:13 +01:00
Mark Vieira 398b0147a7
Upgrade Gradle wrapper to 7.5.1 (#88918) 2022-08-08 12:34:58 -07:00
Rene Groeschke 98b789c940
Update to to Gradle wrapper 7.5 (#85141)
This updates the gradle wrapper to a 7.5

Fixes #85123
2022-07-19 08:12:19 +02:00
Rene Groeschke 3381fcd6d7
Update gradle wrapper to 7.4.2 (#85608) 2022-04-01 07:06:27 -04:00
Mark Vieira bc9e2e95c0
Update Gradle wrapper to 7.4.1 (#84841) 2022-03-10 09:17:09 -08:00
Rene Groeschke ccc18d7f73
Update gradle wrapper to 7.4 (#81963)
* Make ForbiddenApisPrecommitPlugin plugin Gradle 8.0 compatible
* Fix deprecations on ignoring empty folders for task inputs
* Update Gradle wrapper to 7.4 GA
2022-02-14 09:48:54 +01:00
Rene Groeschke 5280a17285
Update gradle wrapper to 7.3.3 (#82057)
Keep gradle version up to date
2021-12-23 06:57:43 -05:00
Rene Groeschke da89f82024
Update gradle wrappers to 7.3.2 (#81798)
Keep our build up to date with latest gradle releases
2021-12-17 14:44:35 +01:00
Rene Groeschke 7a1f35dd3e
Update gradle wrapper for plugin examples (#81435) 2021-12-07 16:10:44 +01:00
Mark Vieira c6cdbf8686
Fix references to moved classes in plugin examples (#80736) 2021-11-15 13:03:23 -08:00
Mark Vieira 979f297f12
Isolate example plugins projects from main Elasticsearch build (#78140) 2021-09-22 12:01:26 -07:00