Yoann Rodière
f2e6289717
HHH-14315 Force JVM options when using toolchains
...
Apparently Gradle won't just use the same options as in its own JVM.
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2021-08-20 14:06:55 +01:00
Yoann Rodière
75ba67b6b2
HHH-14315 Add optional support for toolchains to the Gradle build
...
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2021-08-20 14:06:55 +01:00
Sanne Grinovero
2da1b79856
HHH-13821 Update to Byte Buddy 1.10.7
2021-08-20 14:06:55 +01:00
Sanne Grinovero
6e5695c271
HHH-14788 Upgrade to Byteman 4.0.16
2021-08-20 14:06:55 +01:00
Gail Badner
ba1c44629d
Update to 5.3.22-SNAPSHOT
2021-07-16 13:06:47 -07:00
Gail Badner
54f4db8cb2
5.3.21
2021-07-16 13:03:00 -07:00
Andrea Boriero
cc6fe84f30
HHH-14640 : Fix gradle errors
2021-06-03 16:10:37 -07:00
Andrea Boriero
9e454a3819
HHH-14513 Move publishing release artifacts from BinTray
2021-06-03 16:10:37 -07:00
Andrea Boriero
d644a6e8f6
HHH-14513 Move publishing release artifacts from BinTray
2021-06-03 16:10:37 -07:00
Andrea Boriero
cfe4879753
HHH-14513 Move publishing release artifacts from BinTray
2021-06-03 16:10:37 -07:00
Yoann Rodière
7887775914
HHH-14315 Upgrade to Gradle 6.7
...
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2021-06-03 16:10:37 -07:00
Sanne Grinovero
bacc5e6b11
HHH-14283 Review tuning of JVM parameters for the build
2021-06-03 16:10:37 -07:00
Andrea Boriero
a8d82d003f
HHH-14199 fix the error when running 'setDataBase' gradle task
2021-06-03 16:10:37 -07:00
Nathan Xu
87f5cfee7a
HHH-14199 fix the error when running 'setDataBase' gradle task
2021-06-03 16:10:37 -07:00
Falko Modler
1fb1311342
HHH-14144 Explicitly set localization assumptions for the build and testsuite
2021-06-03 16:10:37 -07:00
Yoann Rodière
0e09e13f26
HHH-14111 Upgrade to forbiddenapis 3.0.1
2021-06-03 16:10:37 -07:00
Yoann Rodière
0bd52c0899
HHH-14111 Upgrade to Gradle 6.5.1
2021-06-03 16:10:37 -07:00
Yoann Rodière
51f402b5c7
HHH-14640 : Enable automatic Maven Central sync when calling task bintrayPublish
...
Copied from https://github.com/hibernate/hibernate-reactive/pull/246
Note you need to call the bintrayPublish task after calling
bintrayUpload, otherwise it won't work.
So you will need to use something like this:
./gradlew bintrayUpload bintrayPublish -P PERSONAL_BINTRAY_USER=... -P PERSONAL_BINTRAY_API_KEY=... -P SONATYPE_OSSRH_USER=... -P SONATYPE_OSSRH_PASSWORD=...
2021-06-03 16:10:37 -07:00
Yoann Rodière
ed650b3fe6
HHH-14640 : Move the update to version.properties to a release task
...
This is necessary if we want to check that the working tree is empty as
part of the release process (see next commit).
2021-06-03 16:10:37 -07:00
Andrea Boriero
31dbc1c5a3
HHH-14640: Add gradle task to automate the CI release
2021-06-03 16:10:37 -07:00
Yoann Rodière
1356e0abb8
HHH-13682 Upgrade to forbiddenapis 2.7
...
So that we can feed it Java 13/14 bytecode
2021-06-03 16:10:37 -07:00
Yoann Rodière
5eb8ee32c5
HHH-13682 Allow forcing the tested Java version in the Gradle build
...
... just in case we need that for some cutting-edge JDK, for example 15,
that would not be supported by Gradle yet.
2021-06-03 16:10:37 -07:00
Yoann Rodière
63ab97d09a
HHH-13682 Generate Java 13/14 bytecode for tests when building with JDK13/14
2021-06-03 16:10:37 -07:00
Yoann Rodière
9a45c1c9f1
HHH-13682 Remove unnecessary checks around Java 8 compatibility
...
The build requires JDK8+, so we're alwways Java 8 compatible.
2021-06-03 16:10:37 -07:00
Andrea Boriero
40d82d6370
HHH-14640 : Fix issue with generated pom missing project description
2021-06-03 16:10:37 -07:00
Yoann Rodière
40538e036c
HHH-13925 Disable Gradle module metadata publishing until we know what we want
2021-06-03 16:10:37 -07:00
Yoann Rodière
f1f0a27f7f
HHH-13925 Upgrade to Gradle 6
2021-06-03 16:10:37 -07:00
Yoann Rodière
f795213e5a
HHH-13689 Replace uses of the deprecated osgi plugin with the biz.aQute.bnd plugin
...
https://docs.gradle.org/5.0-milestone-1/release-notes.html#deprecated-osgi-plugin
2021-06-03 16:10:37 -07:00
Yoann Rodière
ac61f98aba
HHH-13685 Upgrade to maven-repo-auth 3.0.2
2021-06-03 16:10:37 -07:00
Yoann Rodière
861b3c00aa
HHH-13685 Replace uses of deprecated classifier property in Jar tasks with archiveClassifier
2021-06-03 16:10:37 -07:00
Yoann Rodière
e7764ef76d
HHH-13685 Upgrade to Gradle 5.6.3
2021-06-03 16:10:37 -07:00
Yoann Rodière
af44c7903f
HHH-13685 Remove uses of deprecated classesDir
2021-06-03 16:10:37 -07:00
Andrea Boriero
1685100bc3
5.3.20
2020-11-16 18:07:32 +00:00
Andrea Boriero
64be512b7d
5.3.20
2020-11-16 18:01:02 +00:00
Andrea Boriero
d48e19d973
5.3.19
2020-11-10 21:37:50 +00:00
Andrea Boriero
23dd258b71
5.3.19
2020-11-10 19:31:18 +00:00
Gail Badner
4b088e59b4
5.3.18
2020-08-05 15:40:49 -07:00
Gail Badner
677568d2e6
5.3.18
2020-08-05 14:03:54 -07:00
spatra
462a9faa94
FIX for HHH-14013
2020-06-09 09:46:10 -07:00
Gail Badner
9b2a960c40
5.3.17
2020-04-30 14:43:07 -07:00
Gail Badner
a6b91df851
5.3.17
2020-04-30 13:27:40 -07:00
Scott Marlow
146a43d83b
HHH-13953 Upgrade dom4j to 2.1.3
...
(cherry picked from commit 1cd56964c6af1464b55c032b38106c52a78e526c)
2020-04-16 10:38:50 -07:00
Gail Badner
a602eacece
5.3.16
2020-03-27 15:19:52 -07:00
Gail Badner
8ee5e2573a
5.3.16
2020-03-27 14:39:48 -07:00
Gail Badner
d484a92156
5.3.15.Final
2020-01-07 20:38:37 -08:00
Gail Badner
46aa354760
5.3.15.Final
2020-01-07 20:02:35 -08:00
Andrea Boriero
7635805e84
5.3.14.Final
2019-11-08 12:12:05 +00:00
Gail Badner
f15bed87c6
5.3.14.Final
2019-11-07 21:24:54 -08:00
Andrea Boriero
9884c253b1
5.3.13.Final
2019-10-08 11:41:44 +01:00
Andrea Boriero
1fd19e648a
5.3.13.Final
2019-10-08 07:55:25 +01:00