Commit bcca674
authored
Fix deprecation warnings (#170)
Fixes the following deprecation warnings from the builds and CI:
Note: /app/src/main/java/com/exercism/report/ReportWriter.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
And:
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
Note: Fixing the Gradle warning required updating to the com.gradleup.shadow plugin, which was
transferred from com.github.johnrengelman.shadow (see https://github.com/GradleUp/shadow).1 parent c5b1789 commit bcca674
File tree
2 files changed
+8
-3
lines changed- src/main/java/com/exercism/report
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments