diff options
| -rw-r--r-- | build/mapping.conf.json | 2 | ||||
| -rw-r--r-- | build/platform/java/jstyle_lib/ya.make | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index 6790c079034..433d3eedaa5 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -228,6 +228,7 @@ "5310288728": "https://devtools-registry.s3.yandex.net/5310288728", "5620327787": "https://devtools-registry.s3.yandex.net/5620327787", "6342053228": "https://devtools-registry.s3.yandex.net/6342053228", + "7030846646": "https://devtools-registry.s3.yandex.net/7030846646", "5257605552": "https://devtools-registry.s3.yandex.net/5257605552", "5257606004": "https://devtools-registry.s3.yandex.net/5257606004", "4351925664": "https://devtools-registry.s3.yandex.net/4351925664", @@ -1084,6 +1085,7 @@ "5310288728": "devtools jstyle runner 10.12.4", "5620327787": "devtools jstyle runner 10.12.4", "6342053228": "devtools jstyle runner 10.16.0", + "7030846646": "devtools jstyle runner 10.18.0", "5257605552": "devtools/bloat2/tools/bloat/bloat for darwin", "5257606004": "devtools/bloat2/tools/bloat/bloat for linux", "4351925664": "devtools/buildstep_tools/scriptgen/scriptgen for darwin", diff --git a/build/platform/java/jstyle_lib/ya.make b/build/platform/java/jstyle_lib/ya.make index b4fa67df269..9a9df8615b0 100644 --- a/build/platform/java/jstyle_lib/ya.make +++ b/build/platform/java/jstyle_lib/ya.make @@ -4,7 +4,7 @@ RESOURCES_LIBRARY() IF (USE_SYSTEM_JSTYLE_LIB) MESSAGE(WARNING System java codestyle library $USE_SYSTEM_JSTYLE_LIB will be used) ELSE() - DECLARE_EXTERNAL_RESOURCE(JSTYLE_LIB sbr:6342053228) + DECLARE_EXTERNAL_RESOURCE(JSTYLE_LIB sbr:7030846646) ENDIF() END() |
