-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EMF has open version ranges pulling in whatever the latest core runtime version is, thereby breaking Java 8 compatibility. This change fixes those versions back up. For newer Xtext/Gradle versions it uses the Xtext BOM. For older versions it does some hand-picked version fixes. To test this properly, we're now not just testing against different Gradle versions. I've also raised the maximum versions to the latest ones that we can support without major test rewrites. Fixes #187 Fixes #189
- Loading branch information
Showing
18 changed files
with
187 additions
and
215 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
minimumXtextVersion = 2.9.0 | ||
#We can't use 2.11 while we still want Java 6 support | ||
bootstrapXtextVersion = 2.9.1 | ||
latestXtextVersion = 2.14.0 | ||
latestXtextVersion = 2.25.0 | ||
minimumGradleVersion = 4.3 | ||
latestGradleVersion = 6.9.1 | ||
systemProp.http.connectionTimeout=120000 | ||
systemProp.http.socketTimeout=120000 |
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
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
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
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
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
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
Oops, something went wrong.