mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-25 00:50:31 +00:00
Attempt to fix build error [release]
This commit is contained in:
parent
c91fe5b5c5
commit
6f7207645f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue