Commit 724269f
committed
Remove Gradle version attribute from the shared library
The Gradle version attribute is primarily used to enforce that a
specific Gradle version is used for a plugin. Since the GradleUtils
Shared library is not a plugin, this causes issues if added as a
dependency because Gradle will indescriminately check the current
daemon's running Gradle version even if it has nothing to do with its
application.
Since this is an internal library, I am not going to enforce the Gradle
API dependency constraint on this library, especially since the Gradle
API artifact is not centralized or declares any capabilities. But, if
non-Forge consumers wish to use GradleUtils Shared for their plugins, it
is up to them to make sure their implementation Gradle version is high
enough. As if right now, it is 8.13.1 parent 530f956 commit 724269f
File tree
1 file changed
+0
-15
lines changed1 file changed
+0
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 28 | | |
44 | 29 | | |
45 | 30 | | |
| |||
0 commit comments