Commit 30aab0a
Maven and Gradle version upgrades
details:
* Gradle changes:
** redundant 'apply' plugin declarations are removed
** java 'sourceCompatibility' removed in favor of 'toolchain'
* Gradle version upgrade: 8.14 -->> 8.14.3
* Maven version upgrade: 3.9.9 -->> 3.9.10
related links:
* https://docs.gradle.org/8.14.1/release-notes.html
* https://docs.gradle.org/8.14.2/release-notes.html
* https://docs.gradle.org/8.14.3/release-notes.html
* https://maven.apache.org/docs/3.9.10/release-notes.html
* https://committing-crimes.com/articles/2024-10-30-using-gradle-toolchains-properly
* https://docs.gradle.org/8.14.3/userguide/building_java_projects.html#sec:java_cross_compilation
Signed-off-by: dejan2609 <[email protected]>1 parent f9399b7 commit 30aab0a
File tree
3 files changed
+12
-7
lines changed- .mvn/wrapper
- gradle/wrapper
3 files changed
+12
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 12 | | |
16 | 13 | | |
17 | 14 | | |
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
21 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments