Files
spring-boot-data-geode/gradle.properties
John Blum 5ca11cbc44 Declare 'com.google.code.findbugs:jsr305' as a compileOnly/testCompileOnly depedency to cleanup Gradle build warnings.
Without this dependency the Gradle build logs warnings about:

> Task :spring-geode-autoconfigure:compileTestJava
warning: unknown enum constant When.MAYBE
  reason: class file for javax.annotation.meta.When not found
...
2020-07-23 14:57:01 -07:00

20 lines
617 B
INI

org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
antlrVersion=2.7.7
apacheGeodeVersion=1.12.0
byteBuddyVersion=1.10.11
findbugsVersion=3.0.2
mockitoVersion=3.3.3
multithreadedtcVersion=1.01
pivotalGemFireVersion=9.10.0
springVersion=5.2.7.RELEASE
springBootVersion=2.3.1.RELEASE
springDataGemFireVersion=2.3.1.RELEASE
springDataGeodeVersion=2.3.1.RELEASE
springDataGeodeTestVersion=0.0.16.RELEASE
springDataReleaseTrainVersion=Neumann-SR1
springSessionBomVersion=Dragonfruit-RELEASE
springSessionDataGeodeVersion=2.3.0.RELEASE
springShellVersion=1.2.0.RELEASE
testcontainersVersion=1.14.3
version=1.3.1.BUILD-SNAPSHOT