Commit graph

80 commits

Author SHA1 Message Date
Rene Groeschke
119dfc37dd
Update Gradle wrapper to 8.12.1 (#120960) (#121202)
(cherry picked from commit 2b16515166)
2025-01-30 03:58:02 +11:00
Rene Groeschke
4d17b2193a
Update Gradle wrapper to 8.12 (#118683) (#119357)
This updates the gradle wrapper to 8.12

We addressed deprecation warnings due to the update that includes:

- Fix change in TestOutputEvent api
- Fix deprecation in groovy syntax
- Use latest ospackage plugin containing our fix
- Remove project usages at execution time
- Fix deprecated project references in repository-old-versions

(cherry picked from commit ba61f8c7f7)

# Conflicts:
#	build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/distribution/DockerCloudElasticsearchDistributionType.java
#	build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/distribution/DockerUbiElasticsearchDistributionType.java
#	build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/Fixture.java
#	plugins/repository-hdfs/hadoop-client-api/build.gradle
#	server/src/main/java/org/elasticsearch/inference/ChunkingOptions.java
#	x-pack/plugin/kql/build.gradle
#	x-pack/plugin/migrate/build.gradle
#	x-pack/plugin/security/qa/security-basic/build.gradle
2024-12-31 08:37:28 +01:00
Rene Groeschke
e50a2670e1
[Build] Reapply updating to Gradle 8.11.1 (#117394) (#117429)
This reverts commit b5c6d927c1.
* Simplify and fix dynamic project dependency handling

(cherry picked from commit d2b3dc51d1)
2024-11-25 02:29:31 +11:00
Rene Groeschke
339d4e462b
Update Gradle wrapper to 8.10.2 (#113603) (#113719)
Update Gradle wrapper to 8.10.2
2024-09-28 06:03:48 +10:00
Rene Groeschke
28f8803444
Update Gradle wrapper to 8.10.1 (#112948) (#113205) 2024-09-20 04:27:56 +10:00
Rene Groeschke
fb6c5a55dd
Update Gradle wrapper to 8.10 (#111736) 2024-08-22 12:15:22 +02:00
Rene Groeschke
cb0ecb86df
Update Gradle wrapper to 8.9 (#110109) 2024-07-19 13:42:33 +02:00
Rene Groeschke
8ac3e3dd90
Update Gradle wrapper to 8.8 (#108021)
Fix incompatibility with 8.8 and our internal api usages

- Update ospackage to a version that contains a fix we provided
- Tweak build logic to avoid deprecation warnings
- Use newer permission api
- Use custom shadowplugin
- Rework ElasticsearchDistribution dependencies resolution
- Update Gradle wrapper to 8.8
2024-06-04 12:43:02 +02:00
Rene Groeschke
c15f727f2d
Update Gradle wrapper to 8.7 (#105854)
removed tiny issue on build script that seems like an oversight and doesn't do anything at all
2024-03-25 12:16:18 +01:00
Rene Groeschke
b984b44767
Update Gradle wrapper to 8.6 (#103796) 2024-02-13 11:13:29 -08:00
Rene Groeschke
8e9a88b63d
Update gradle wrapper to 8.5 (#102154)
Update BuildLayout references
2023-11-30 10:01:32 -05:00
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
da4bf9f04c
Update gradle version to bugfix version 7.3.1 (#81243) 2021-12-03 08:54:58 +01:00
Mark Vieira
afbf2fe5c6
Update Gradle wrapper to 7.3 (#80633) 2021-11-10 13:49:52 -08:00
Rene Groeschke
86a577227e
Update Gradle wrapper to 7.2 (#75894)
* Update Gradle wrapper to 7.2-rc-1

Fix deprecation warnings on the go

* Remove deprecated lambda based Gradle task actions

* Remove usage of deprecated BasePluginConvention

* Update wrapper to 7.2-rc-2

* Update gradle wrapper to 7.2-rc-3

* Update gradle wrapper to 7.2
2021-08-18 05:11:28 -04:00
Rene Groeschke
854661b8bf
Updating Gradle wrapper to version 7.1.1 (#74886) 2021-07-05 03:42:33 -04:00
Rene Groeschke
c2e86258d8
Update wrapper to 7.1 (#73941)
- Fix new introduced deprecated usages
- Update to newer ospackage snapshot to include provided PR for fixing deprecated usage

This gradle release comes with improvements on incremental compilation which we should benefit from
2021-06-17 10:59:22 +02:00
Rene Groeschke
5a9e655730
Update Gradle wrapper to 7.0.2 (#73120)
Keep Gradle wrapper up to date
2021-05-14 22:56:54 +02:00
Mark Vieira
283f26c1c3
Upgrade Gradle wrapper to 7.0.1 (#72898) 2021-05-10 15:02:02 -07:00
Rene Groeschke
0f40889879
Update build to Gradle 7.0 (#68506)
- Update gradle wrapper to gradle 7.0
- Remove deprecated usages to make build 7.0 compatible
- Fix excludes in docs snippet tasks (See https://github.com/gradle/gradle/issues/16160 for details)
- Fix deprecation warnings in 7.0
- Add explicit dependencies that have been missed
- Make extract native licenses tasks output dir more explicit
- Use a snapshot of the ospackage plugin that includes a fix for 7.0 already
- fix test runtime classpath setup in repository-hdfs
- Make task dependency explicit to fix further deprecation warnings
- Remove manual check for http repo usages that has been deprecated in gradle 7.0
- Update spock to latest 2.0 milestone required for groovy 3
2021-04-13 09:15:08 +02:00
Rene Groeschke
d8d06eea4d
Update gradle wrapper to 6.8.3 (#69412) 2021-02-23 17:17:46 +01:00
Rene Groeschke
bf921699a0
Update Gradle wrapper to 6.8.2 (#68618)
Fixing a performance regression in 6.8
2021-02-07 18:27:16 +01:00
Rafael Acevedo
aa672daf65
Update gradle wrapper to 6.8.1 (#68206)
Update gradle wrapper to 6.8.1
2021-02-02 10:30:03 +01:00
Rene Groeschke
a8757f9efe
Update build to use gradle wrapper 6.8 (#65596)
- Updates our build to use the latest Gradle 6.8 release which is the last release 
before the major 7.0 release. 
- Resolve available gradle versions using built-in toolchain support
- Fixes deprecated usage of JavaInstallationRegistry
- We replace jdk handling in our build to rely on jvm detection provided by the gradle build tool itself. 
As we rely on environment variables pointing to jdks we wire this into the gradle jdk detection mechanism
2021-01-12 11:38:29 +01:00
Rene Groeschke
c9f5150d9a
Fix gradle downgrade to 6.6.1 (#64316) 2020-10-29 06:32:43 +01:00
Rene Groeschke
a32d4cff77
Update gradle wrapper to Gradle 6.7 (#62386)
- Ignore Memory Manager thread in Gradle thread filter
- Update gradle wrapper to 6.7 GA release
2020-10-20 09:46:28 +02:00
Rene Groeschke
194c73b940
Update gradle wrapper to 6.6.1 (#61571) 2020-08-26 15:01:57 +02:00
Rene Groeschke
d154091969
Update gradle wrapper to 6.6 (#59909) 2020-08-11 10:17:33 +02:00
Rene Groeschke
a57dd54306
Update Gradle wrapper to 6.5 (#57580)
* Update Gradle wrapper to 6.5
* Fix groovy incompatibility issue after gradle update
* Fix Gstring String incompatibility
2020-06-04 10:32:47 +02:00
Rene Groeschke
4c77f23d52
Update gradle wrapper to 6.4.1 (#56881) 2020-05-18 17:09:11 +02:00
Mark Vieira
161e3ebcab
Update Gradle wrapper to 6.4 (#55338) 2020-05-06 14:52:45 -07:00
Mark Vieira
6c29bf3902
Upgrade to Gradle 6.3 (#53499) 2020-03-25 15:06:41 -07:00
Mark Vieira
9e87913b69
Upgrade to Gradle 6.2.2 (#53136) 2020-03-05 09:26:37 -08:00
Mark Vieira
7bd9f55adc
Upgrade to Gradle 6.2.1 (#52732) 2020-02-24 16:34:32 -08:00
Mark Vieira
115951a27c
Upgrade to Gradle 6.2 (#51824) 2020-02-18 15:34:59 -08:00