Update v2.gradle

This commit is contained in:
Johannes Frohnmeyer 2022-09-26 16:01:56 +00:00
parent 3709c2c8cb
commit 9a25d235b5
1 changed files with 1 additions and 2 deletions

View File

@ -215,9 +215,8 @@ allprojects {
shadowJarInput = injectCompiledConfig
}
shadowJar {
task shadowJar(type: com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar, dependsOn: shadowJarInput, overwrite: true) {
from shadowJarInput
dependsOn shadowJarInput
configurations = [ project.configurations.shadow ]
archiveClassifier = 'shadow'
destinationDirectory = file("${project.buildDir}/devlibs")