Attempt to fix build error [release]

This commit is contained in:
crschnick 2023-02-10 15:09:48 +00:00
parent c91fe5b5c5
commit 6f7207645f

View file

@ -7,7 +7,7 @@ task copyRuntimeLibs(type: Copy) {
copyRuntimeLibs.dependsOn(addDependenciesModuleInfo)
jar.dependsOn(copyRuntimeLibs)
task createExtOutput(type: Copy) {
tasks.register('createExtOutput', Copy) {
def base = project.name.substring(0, project.name.length() - 1)
def isX = project.name.endsWith("x") && findProject(":$base") != null