Update v2.gradle

This commit is contained in:
Johannes Frohnmeyer 2022-09-26 16:08:16 +00:00
parent d25884f87e
commit c373dbee79
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ allprojects {
shadowJarInput = injectCompiledConfig
}
task completeJar(type: com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar, dependsOn: shadowJarInput, overwrite: true) {
task completeJar(type: com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar, dependsOn: shadowJarInput) {
from shadowJarInput
configurations = [ project.configurations.shadow ]
archiveClassifier = 'shadow'