updated Gradle version
Some checks failed
CI / build (push) Failing after 2m0s

reduced memocry usage of package synchronization
This commit is contained in:
2025-09-15 14:37:18 +08:00
parent 5dcecfef03
commit 0b96f699e6
8 changed files with 39 additions and 18 deletions

View File

@@ -83,7 +83,6 @@ public class JpacrepoCli implements Runnable {
}
prop.put(Context.SECURITY_PRINCIPAL, rpcUsername);
prop.put(Context.SECURITY_CREDENTIALS, rpcPassword);
prop.put("jboss.naming.client.ejb.context", true);
return new InitialContext(prop);
}