Last active
August 7, 2017 20:41
-
-
Save tygern/8ebd59eb0560e8b4969d79816a16e958 to your computer and use it in GitHub Desktop.
spring version variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
buildscript { | |
ext { | |
springBootVersion = "1.5.3.RELEASE" | |
springVersion = "4.3.8.RELEASE" | |
mysqlVersion = "6.0.6" | |
springCloudVersion = "1.2.1.RELEASE" | |
springCloudDependenciesVersion = "Camden.SR6" | |
springCloudServicesVersion = "1.3.1.RELEASE" | |
} | |
// ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment