Commit Graph

50 Commits

Author SHA1 Message Date
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
Rafael Acevedo 804836dad7 Upgrade gradle to 6.1.1 (#51460) 2020-01-27 11:24:47 -08:00
Mark Vieira bdd7bda47b
Upgrade to Gradle 6.1 (#50453) 2020-01-16 11:08:07 -08:00
Mark Vieira 87f9c16e2f
Upgrade to Gradle 6.0 (#49211)
This upgrade required a few significant changes. Firstly, the build
scan plugin has been renamed, and changed to be a Settings plugin rather
than a project plugin so the declaration of this has moved to our
settings.gradle file. Second, we were using a rather old version of the
Nebula ospackage plugin for building deb and rpm packages, the migration
to the latest version required some updates to get things working as
expected as we had some workarounds in place that are no longer
applicable with the latest bug fixes.
2019-12-06 14:44:20 -08:00
Rafael Acevedo db0c73ff1c update gradle to 5.6.4 (#48872) 2019-11-11 15:29:52 +02:00
Alpar Torok e171e488a7
Upgrade to Gradle 5.6.3 (#48235)
This PR upgrades to [5.6.3](https://github.com/gradle/gradle/releases/tag/v5.6.3).
Nothing particualrily of interest for us, just keeping up to date.
2019-10-29 14:47:21 +02:00
Alpar Torok 6f1359fb70
Upgrade to Gradle 5.6 (#45005)
* Upgrade to Gradle 5.6.2
2019-09-12 16:04:09 +03:00
Mark Vieira 1b8070fdfd
Upgrade to Gradle 5.5 (#43788) 2019-07-01 09:02:10 -07:00
Alpar Torok 41d59954c1
Upgrade to Gradle 5.4.1 (#41750)
* Upgrade to Gradle 5.4.1

https://docs.gradle.org/5.4/release-notes.html

Notable: Support for JDK12 , API for incremental tasks

* Use newer version of checkstyle

* Increase stack size
2019-05-09 10:12:30 +03:00
Mark Vieira 6de2e2628c
Revert "Upgrade to Gradle 5.4 (#41357)"
This reverts commit e596d0b0
2019-04-18 13:38:18 -07:00
Mark Vieira e596d0b00a
Upgrade to Gradle 5.4 (#41357) 2019-04-18 13:11:31 -07:00
Alpar Torok 9bbc123051
Upgrade to Gradle 5.3! (#40346)
Here are the highlights of this release:
 - Feature variants AKA "optional dependencies"
 - Type-safe accessors in Kotlin precompiled script plugins
 - Gradle Module Metadata 1.0

For more details see https://docs.gradle.org/5.3/release-notes.html
2019-03-26 13:20:04 +02:00
Alpar Torok b9fe31289b
Upgrade to Gradle 5.2.1 (#38880) 2019-02-15 15:03:29 +02:00
Alpar Torok e7511753a9
Upgrade to Gradle 5.1.1 (#37410)
Fixes mem leak in the daemon.
2019-01-15 21:20:19 +02:00
Alpar Torok 20c2c439e7
Upgrade to Gradle 5.1 (#36767) 2019-01-08 13:43:10 +02:00
Alpar Torok 59b0900174
Upgrade to Gradle 5.0 (#34263) 2018-12-05 14:06:11 +02:00
Alpar Torok 9c541b8f72
Upgrade to latest Gradle 4.10 (#32801)
Upgrade to Gradle 4.10
2018-08-30 10:20:38 +03:00
Alpar Torok b6c14935d7
Determine the minimum gradle version based on the wrapper (#32226)
* Determine the minimum gradle version based on the wrapper

This is restrictive and forces users of the plugin to move together with
us, but without integration tests it's close to impossible to make sure
that the claimed compatability is really there.
If we do want to offer more flexibility, we should add those tests
first.

* Track gradle version in individual file

* PR review
2018-07-25 06:21:03 +00:00
Alpar Torok b43fe560a4
Updates the build to gradle 4.9 (#32087)
There are fixes to the dependency report, most importantly for us,
it still works even if `failOnVersionConflict` would fail the build.
2018-07-17 11:41:31 +00:00
Alpar Torok 8557bbab28
Upgrade gradle wrapper to 4.8 (#31525)
* Move to Gradle 4.8 RC1

* Use latest version of plugin

The current does not work with Gradle 4.8 RC1

* Switch to Gradle GA

* Add and configure build compare plugin

* add work-around for https://github.com/gradle/gradle/issues/5692

* work around https://github.com/gradle/gradle/issues/5696

* Make use of Gradle build compare with reference project

* Make the manifest more compare friendly

* Clear the manifest in compare friendly mode

* Remove animalsniffer from buildscript classpath

* Fix javadoc errors

* Fix doc issues

* reference Gradle issues in comments

* Conditionally configure build compare

* Fix some more doclint issues

* fix typo in build script

* Add sanity check to make sure the test task was replaced

Relates to #31324. It seems like Gradle has an inconsistent behavior and
the taks is not always replaced.

* Include number of non conforming tasks in the exception.

* No longer replace test task, create implicit instead

Closes #31324. The issue has full context in comments.

With this change the `test` task becomes nothing more than an alias for `utest`.
Some of the stand alone tests that had a `test` task now have `integTest`, and a
few of them that used to have `integTest` to run multiple tests now only
have `check`.
This will also help separarate unit/micro tests from integration tests.

* Revert "No longer replace test task, create implicit instead"

This reverts commit f1ebaf7d93e4a0a19e751109bf620477dc35023c.

* Fix replacement of the test task

Based on information from gradle/gradle#5730 replace the task taking
into account the task providres.
Closes #31324.

* Only apply build comapare plugin if needed

* Make sure test runs before integTest

* Fix doclint aftter merge

* PR review comments

* Switch to Gradle 4.8.1 and remove workaround

* PR review comments

* Consolidate task ordering
2018-06-28 08:13:21 +03:00
Ryan Ernst a799939630 Revert "Build: Move gradle wrapper jar to a dot dir (#30146)"
This reverts commit a324cd41f7.

A non default gradle wrapper location causes intellij to fail in
mysterious ways....
2018-05-01 16:46:58 -07:00
Ryan Ernst a324cd41f7
Build: Move gradle wrapper jar to a dot dir (#30146)
This commit moves the gradle wrapper jar file to a hidden directory, so
that it does not clutter the top level names seen when doing an ls in
the project. The actual jar file is never manually edited, and only
changed by running `./gradlew wrapper ...` so it is not important for
this directory to be "visible".
2018-05-01 08:47:53 -07:00
Jason Tedor 286f4ce8ba
Upgrade to Gradle 4.7 (#29644)
This commit gives us Gradle 4.7 which brings with it official JDK 10
support (which we are already using as our minimum compiler version) and
support for JDK 11 early-access releases (previous versions of Gradle
will not even start on JDK 11).
2018-04-24 19:00:29 -04:00
Jason Tedor 33009e8f7c
Bump Gradle to version 4.5
This commit bumps Gradle from version 4.3 to version 4.5.

Relates #28472
2018-01-31 23:18:28 -05:00
Jason Tedor 480aeb7eb7
Introduce Gradle wrapper
We have agreed to introduce the Gradle wrapper to simplify workflows for
developers, and managing infrastructure (e.g., CI, release builds, etc.)
as well as consideration for the fact that other projects in our stack
use Gradle and do not necessarily want to be tied to our Gradle version.

Relates #28065
2018-01-04 16:36:13 -05:00
Shay Banon bf0caafa04 remove old modules and gradle 2011-12-06 01:01:04 +02:00
kimchy 67dc32100d upgrade gradle to 1.0 m3 2011-06-13 14:38:00 +03:00
kimchy 2820988171 upgrade to gradle 0.9.2 2011-01-30 16:05:05 +02:00
kimchy 84fa13a5e0 upgrade to gradle 0.9.1 2011-01-03 11:45:59 +02:00
kimchy ec943b5160 fix urlRoot for gradle to point to the 0.9 dist 2010-12-20 17:58:16 +02:00
kimchy 09bc3b90e7 upgrade to gradle 0.9 2010-12-19 19:53:50 +02:00