This commit adds a GHA workflow that builds the project against a list of configurable Spring Framework versions. The build action has been updated to accept an additional input that tunes the Spring Framework version the build is using As a result, the default Spring Framework version of the project is now configured in gradle.properties. Closes gh-1802
7 lines
151 B
INI
7 lines
151 B
INI
version=3.0.1-SNAPSHOT
|
|
org.gradle.caching=true
|
|
|
|
springFrameworkVersion=6.0.7
|
|
springFramework61xVersion=6.1.13
|
|
springFramework62xVersion=6.2.0-SNAPSHOT
|