update to gradle 9.5.1
CI / build (push) Failing after 12m47s

This commit is contained in:
2026-06-05 17:28:36 +08:00
parent 65525fdd09
commit 116fb38202
18 changed files with 54 additions and 8 deletions
@@ -76,7 +76,7 @@ public class FinalGuardPlugin implements Plugin<Project> {
appendOption(xpluginArg, EXCLUDE_KEY, excludedPrefix);
}
options.getCompilerArgs().add(xpluginArg.toString());
options.getAllCompilerArgs().add("-J--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED");
options.getCompilerArgs().add("-J--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED");
});
});
}