Downgrade to Spring Boot 2.3.0.M4 (from 2.3 build snapshots).
Currently, the Spring Boot 2.3.0.BUILD-SNAPSHOTS are unresolvable due to a maven-metadate.xml file problem involving file timestamps that Gradle cannot resolve (unlike Maven)! #sigh
This commit is contained in:
@@ -6,7 +6,7 @@ mockitoVersion=3.3.3
|
||||
multithreadedtcVersion=1.01
|
||||
pivotalGemFireVersion=9.10.0
|
||||
springVersion=5.2.6.BUILD-SNAPSHOT
|
||||
springBootVersion=2.3.0.BUILD-SNAPSHOT
|
||||
springBootVersion=2.3.0.M4
|
||||
springDataGemFireVersion=2.3.0.BUILD-SNAPSHOT
|
||||
springDataGeodeVersion=2.3.0.BUILD-SNAPSHOT
|
||||
springDataGeodeTestVersion=0.0.15.BUILD-SNAPSHOT
|
||||
|
||||
Reference in New Issue
Block a user