Commit d9ba720
authored
Update to Gradle 9.1.0 (#295)
* Update to Gradle 9.1.0
This is to be consistent with the exercism/java-test-runner#171 which
updated the test runner to use Gradle 9.1.0.
* Update shadow Gradle plugin
Updating the shadow Gradle plugin to work with Gradle 9.0.
See https://github.com/GradleUp/shadow for Gradle compatibility.
* Update mainClassName property
This is required to work with Gradle 9. The mainClassName property
was deprecated back in Gradle 8.
See https://docs.gradle.org/current/userguide/upgrading_version_7.html#javaapplication_api_cleanup
* Add JUnit platform launcher
This is required to work with Gradle 9.
The automatic loading of test framework implementation was removed
back in Gradle 8, so it now has to be specified as a test runtime
dependency.
See also https://docs.gradle.org/8.7/userguide/upgrading_version_8.html#test_framework_implementation_dependencies1 parent 4fb2d83 commit d9ba720
File tree
4 files changed
+9
-4
lines changed- gradle/wrapper
4 files changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| 28 | + | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments