Attempt to use merged jar as input for shadow

This commit is contained in:
Johannes Frohnmeyer 2022-07-24 14:04:51 +00:00
parent 9ddf9e3d9f
commit 262ea78201
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ allprojects {
}
shadowJar {
from jar
configurations = [ project.configurations.shadow ]
archiveClassifier = 'shadow'
destinationDirectory = file("${project.buildDir}/devlibs")