Commit Graph

39 Commits

Author SHA1 Message Date
John Blum
577a6bf115 Upgrade to Gradle 6.9.4. 2023-06-09 10:46:59 -07:00
John Blum
8d6f1ab65b Switch to Spring Snapshot repository.
Replaces Spring libs-snapshot repository.
2023-06-09 10:45:38 -07:00
John Blum
c85f120b40 Upgrade to Gradle 6.9.3. 2022-10-17 09:17:15 -07:00
John Blum
30426d245f Add Spring libs-snapshot Repository declaration to Gradle dependency management in order to resolve the 'provided' Spring Boot dependency.
This will enable Spring Boot build snapshots and milestone artifacts (e.g. M1, RC1, etc) to be resolved from the Spring repos for STDG GA releases.

While this is generally unacceptable per release policy, since only GA artifacts should ship with GA artifacts, the Spring Boot dependency in STDG is declared 'provided' and therefore is not materialized in the final STDG Maven POM published to Maven Central.
2022-05-17 13:31:14 -07:00
John Blum
47b7a5dea3 Enable dependency management using Spring Framework BOM and Spring Data BOM. 2022-01-18 11:37:08 -08:00
John Blum
2cbd841c2c Downgrade to Spring Boot 2.6.2.
Add dependency management for the Spring Framework BOM.

Add dependency management for the Spring Data BOM.
2022-01-14 11:34:38 -08:00
John Blum
de64307a02 Upgrade to Gradle 6.9.2. 2022-01-11 15:33:28 -08:00
John Blum
6041180e8e Upgrade to Gradle 6.9.1. 2021-09-27 13:53:27 -07:00
John Blum
e263c50b5f Upgrade to Gradle 6.9. 2021-06-14 16:37:16 -07:00
John Blum
c9b8b90b99 Upgrade to Gradle 6.8.3. 2021-03-22 20:17:31 -07:00
John Blum
c13c5f1ea4 Upgrade to Gradle 6.8.2. 2021-02-18 17:28:42 -08:00
John Blum
0c8ee6b610 Upgrade to Gradle 6.8.1. 2021-01-25 13:53:59 -08:00
John Blum
311046669a Upgrade to Gradle 6.8. 2021-01-19 12:10:25 -08:00
John Blum
233ddb21d9 Upgrade to Gradle 6.7.1. 2020-12-11 13:46:45 -08:00
John Blum
fbe866a134 Upgrade to Gradle 6.7. 2020-11-03 11:56:47 -08:00
John Blum
6f6d3a5589 Add dependency management for VMware Tanzu (Pivotal) GemFire. 2020-11-03 11:55:19 -08:00
John Blum
768cfc6fd2 Upgrade to Gradle 6.6.1. 2020-09-16 15:52:51 -07:00
John Blum
3d01e38a92 Upgrade to Gradle 6.6. 2020-08-17 23:26:52 -07:00
John Blum
e50324c12b Upgrade to Gradle 6.5.1. 2020-07-26 21:40:03 -07:00
John Blum
7abc25333e Upgrade to Gradle 6.5. 2020-06-10 23:59:56 -07:00
John Blum
ea46191256 Upgrade to Gradle 6.4.1. 2020-05-18 21:32:56 -07:00
John Blum
2e1153053b Remove Spring 'libs-snapshot' Repository declaration from dependency-management.gradle and change the Spring Plugins Repository buildscript repository declaration to 'plugins-snapshot' in build.gradle.
The Spring Boot Gradle Plugin is used to manage transitive dependencies, comes from the Spring 'plugins-snapshot' Repository.

This should enable '*-RELEASE' builds to work correctly even when Spring Boot is in milestone versions (M# and RC#).
2020-05-13 17:22:22 -07:00
John Blum
9fc308ef53 Exclude Spring Boot (ideally, 'provided') dependencies from generated Maven POM. 2020-05-13 16:23:48 -07:00
John Blum
483862d649 Declare a Repository definition for Spring's 'libs-snapshot' Maven Repository. 2020-05-13 15:31:11 -07:00
John Blum
31875ef539 Upgrade to Gradle 6.3. 2020-04-15 13:25:07 -07:00
John Blum
b86425d12a Upgrade to Gradle 6.2. 2020-02-22 22:29:04 -08:00
John Blum
cedeea8279 Upgrade to Gradle 6.0.1. 2020-01-23 12:42:05 -08:00
John Blum
b9654b20b0 Upgrade to Gradle Wrapper (gradlew) 5.6.4. 2019-12-03 20:29:46 -08:00
John Blum
474bb07ebe Upgrade to Apache Geode 1.9.2. 2019-10-29 12:58:18 -07:00
John Blum
6830d1591e Add Maven POM editor Gradle build file to configure the generated project pom.xml correctly. 2019-07-25 19:48:05 -07:00
John Blum
83824c8f2a Upgrade to Gradle 5.4.1. 2019-05-05 17:39:50 -07:00
John Blum
d42c255d7c Upgrade to Gradle 4.10. 2018-08-28 17:00:24 -07:00
John Blum
294c985317 Re-order managed dependencies. 2018-08-21 20:15:49 -07:00
John Blum
4430e43880 Remove IntelliJ IDEA (IDE) specific configuration. 2018-08-21 19:55:10 -07:00
John Blum
61823ec845 Upgrade to Gradle 4.9. 2018-08-08 18:56:38 -07:00
John Blum
3488c5c41f Upgrade to Gradle 4.8. 2018-06-21 17:14:18 -07:00
John Blum
9867a51bb1 Switch dependency management to Spring Boot Dependencies BOM to manage all project dependency versions. 2018-06-21 16:43:41 -07:00
John Blum
810842ef47 Add Gradle project build scripts and configuration files. 2018-04-02 22:50:34 -07:00
John Blum
30ac8b6720 Install the Gradle Wrapper (gradlew) version 4.6. 2018-04-02 13:27:25 -07:00