summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpkrasnyuk <[email protected]>2022-02-10 16:51:49 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:51:49 +0300
commit2b276906fb762a6de431f245b6aa698c2d1652b8 (patch)
treec234055cd617ad16fba4ee96240feba3df5c134e
parent092bc850030613e1c75328b895312d2f5b54c4fb (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
-rw-r--r--build/ymake.core.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 081833998b8..d7a9375c693 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -3831,11 +3831,11 @@ module JAR_LIBRARY: _COMPILABLE_JAR_BASE {
JAVAC_OPTS+=$ERROR_PRONE_JDK16_ADD_OPENS
}
- when($ERROR_PRONE_VALUE && $JDK_VERSION == "17") {
- JAVAC_FLAGS_VALUE+=$ERROR_PRONE_JDK16_ADD_OPENS
- JAVAC_OPTS+=$ERROR_PRONE_JDK16_ADD_OPENS
- }
-
+ when($ERROR_PRONE_VALUE && $JDK_VERSION == "17") {
+ JAVAC_FLAGS_VALUE+=$ERROR_PRONE_JDK16_ADD_OPENS
+ JAVAC_OPTS+=$ERROR_PRONE_JDK16_ADD_OPENS
+ }
+
when($ERROR_PRONE_VALUE && $ERROR_PRONE_VERSION == "2.7.1") {
JAVAC_FLAGS_VALUE+=$ERROR_PRONE_2_7_1_FORCED_OPTS
JAVAC_OPTS+=$ERROR_PRONE_2_7_1_FORCED_OPTS