Browse Source

Upgrade to checkstyle-10.18.0
639d6e12cd14097501663bed7c062e92c604b122

miroslav2 6 months ago
parent
commit
44ee9e390c
2 changed files with 3 additions and 1 deletions
  1. 2 0
      build/mapping.conf.json
  2. 1 1
      build/platform/java/jstyle_lib/ya.make

+ 2 - 0
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",

+ 1 - 1
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()