forked from gradle/gradle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use fixed library versions in build init templates
This removes the dynamic version calculation for libraries from the build init project and replaces it with fixed versions (latest released) of the libraries. The code for updating the version file with newer stable releases, has been moved to the 'gradle promote' build and will be automatically executed when a new release cycle is started. In case it is needed, selected versions can still be manually updated during a release cycle. +review REVIEW-6282
- Loading branch information
Showing
2 changed files
with
10 additions
and
61 deletions.
There are no files selected for viewing
This file contains 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
10 changes: 10 additions & 0 deletions
10
...-init/src/main/resources/org/gradle/buildinit/tasks/templates/library-versions.properties
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Version values used in build-init templates | ||
scalatest=3.0.0 | ||
scala-xml=1.0.6 | ||
scala-library=2.11.8 | ||
testng=6.9.13.8 | ||
slf4j=1.7.21 | ||
scala=2.11 | ||
groovy=2.4.7 | ||
junit=4.12 | ||
spock=1.0-groovy-2.4 |