dev-python/conda-libmamba-solver: bump version to 24.11.1
[gentoo-zh.git] / dev-java / google-java-format / files / google-java-format
blob63f47c63852b85bee39dc06ed329c0d5635fb7ad
1 #!/bin/bash
3 exec java \
4 --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
5 --add-exports jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED \
6 --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
7 --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
8 --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
9 --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
10 -jar '/usr/share/google-java-format/google-java-format-all-deps.jar' "$@"