Files
spring-boot-data-geode/gradle.properties
John Blum 6ab57409b8 Refactor and simplify Spring Build Conventions Gradle Plugins.
* Declare CHECKSTYLE_VERSION class member constant in the CheckstylePlugin.
* Remove the PlublishLocalPlugin.
* Replace use of the deprecated JavaPluginConvention with JavaPluginExtension in the JavadocApiPlugin.
* Replace the EclipseWtpPlugin with the EclipsePlugin applied in the AbstractSpringJavaPlugin class.
* Review and fix spelling error in CopyPropertiesPlugin Javadoc.
* Review, refactor and polish the Spring Gradle PropDepsPlugins including PropDepsPlugins for IntelliJ IDEA and Eclipse.
2022-02-17 19:05:12 -08:00

21 lines
610 B
INI

org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
antlrVersion=2.7.7
apacheGeodeVersion=1.14.3
awaitilityVersion=4.1.1
eclipseJettyVersion=9.4.39.v20210325
findbugsVersion=3.0.2
multithreadedtcVersion=1.01
pivotalCloudCacheVersion=1.14.3
pivotalGemFireVersion=9.10.14
springVersion=6.0.0-M2
springBootVersion=3.0.0-M1
springCloudBindingsVersion=1.8.1
springDataBomVersion=2022.0.0-M1
springDataGeodeVersion=3.0.0-M1
springDataGeodeTestVersion=1.0.0-M2
springSessionBomVersion=2022.0.0-M1
springSessionDataGeodeVersion=3.0.0-M1
springShellVersion=1.2.0.RELEASE
testcontainersVersion=1.16.3
version=2.0.0-SNAPSHOT