Commit 06f7219
Fix "build shadowJar" error
I caught same error:
```Receiver class com.github.jengelman.gradle.plugins.shadow.internal.DependencyFileCollection does not define or inherit an implementation of the resolved method 'abstract org.gradle.api.tasks.TaskDependency getBuildDependencies()' of interface org.gradle.api.Buildable.```
Read more: GradleUp/shadow#447
Signed-off-by: Eugene Smith <[email protected]>1 parent 13a4a70 commit 06f7219
File tree
1 file changed
+1
-1
lines changed- examples/fabric-contract-example-gradle-kotlin
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments