This commit is contained in:
Johannes Frohnmeyer 2022-08-22 14:52:09 +00:00
parent 488e6d38cc
commit 0a0deb23ee
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ allprojects {
}
artifacts {
dev file: jar.archiveFile, type: "jar", builtBy: jar
dev file: jar.archiveFile.get().asFile, type: "jar", builtBy: jar
}
processResources {