Commit Graph

21 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 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 1ea7e5000e
Fix gradle func tests running in idea (#74811)
* Fix gradle func tests running in idea

* Tweak wrapper task
2021-07-01 05:43:51 -04:00