mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-23 00:45:35 +00:00
Attempt to fix build error [release]
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user