[BUG] Trying to fix RPC on Mac M1

This commit is contained in:
2023-07-31 01:36:45 +02:00
parent 661ce53c72
commit 2ec9f9cb00
8 changed files with 3 additions and 5 deletions

View File

@@ -101,11 +101,6 @@ task rpcJar(type: Jar) {
classifier = "rpc"
from project(":Common").sourceSets.main.output
include("**\\rpcsdk\\**\\*",
"**\\**\\*.dylib",
"**\\**\\*.dll",
"**\\**\\*.so"
)
}
task configJar(type: Jar) {