Commit 12b76e0
committed
Upgrade to Gradle 7.3.2
This commit upgrades the build to use Gradle 7.3.2, instead of the older Gradle 6.6.1.
As part if this upgrade we need to change the scope of some dependencies such that..
* `compile`, is now `api`.
* `testCompile`, is now `testImplementation`
Note that instead of using `api` you can use `implementation`.
More information available at [Gradle Docs].
[Gradle Docs]: https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_separatio://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_separation1 parent 4253050 commit 12b76e0
File tree
5 files changed
+247
-213
lines changed- gradle/wrapper
5 files changed
+247
-213
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments