-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve build/test infrastructure to support IDEA 2022.2/2022.3 and J…
…ava 17 (#113) * Use Java 11 for <2022.2 and Java 17 for >=2022.2 * Upgrade Gradle to 7.5.1 for Java 17 and fixup build script accordingly * Upgrade `intellij-gradle-plugin` for IDEA >=2022.2 * Remove Kotlin (not actually used, but messes with classpath) * Rearrange stuff around JUnit * Fixup several build warnings * Do not add tail text for lookups (it was never needed and something changed in 2022.3 that is causing addition of `()`) * Adapt tests to use message from IntelliJ instead of manually crafted
- Loading branch information
Showing
10 changed files
with
267 additions
and
200 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
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
Binary file not shown.
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,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.1-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.