Skip to content

Commit 06f7219

Browse files
easmithjt-nti
authored andcommitted
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

1 file changed

+1
-1
lines changed

examples/fabric-contract-example-gradle-kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
55

66

77
plugins {
8-
id("com.github.johnrengelman.shadow") version "2.0.3"
8+
id("com.github.johnrengelman.shadow") version "5.2.0"
99
id("org.jetbrains.kotlin.jvm") version "1.3.41"
1010
}
1111

0 commit comments

Comments
 (0)