[BUG] Trying to fix RPC on Mac M1
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user