diff options
author | miroslav2 <miroslav2@yandex-team.com> | 2024-09-09 17:22:20 +0300 |
---|---|---|
committer | miroslav2 <miroslav2@yandex-team.com> | 2024-09-09 17:40:12 +0300 |
commit | 44ee9e390c2c8cf9d768798a4891580be12e97e5 (patch) | |
tree | 146771b0eaf43be531af04c2636bee36f2863fa6 | |
parent | a995a7ffdddcde029c84fc4beec78263605a1472 (diff) | |
download | ydb-44ee9e390c2c8cf9d768798a4891580be12e97e5.tar.gz |
Upgrade to checkstyle-10.18.0
639d6e12cd14097501663bed7c062e92c604b122
-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 6790c07903..433d3eedaa 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 b4fa67df26..9a9df8615b 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() |