Browse Source

Upgrade to `checkstyle-10.16.0`
5133d8ef6a9b0e4932c8a5606ed4d396db05bcf1

miroslav2 9 months ago
parent
commit
cba4f614c9
2 changed files with 4 additions and 2 deletions
  1. 3 1
      build/mapping.conf.json
  2. 1 1
      build/platform/java/jstyle_lib/ya.make

+ 3 - 1
build/mapping.conf.json

@@ -138,6 +138,7 @@
         "5786827891": "https://devtools-registry.s3.yandex.net/5786827891",
         "5786827891": "https://devtools-registry.s3.yandex.net/5786827891",
         "5786826302": "https://devtools-registry.s3.yandex.net/5786826302",
         "5786826302": "https://devtools-registry.s3.yandex.net/5786826302",
         "2842390994": "https://devtools-registry.s3.yandex.net/2842390994",
         "2842390994": "https://devtools-registry.s3.yandex.net/2842390994",
+        "6342053228": "https://devtools-registry.s3.yandex.net/6342053228",
         "5310288728": "https://devtools-registry.s3.yandex.net/5310288728",
         "5310288728": "https://devtools-registry.s3.yandex.net/5310288728",
         "5620327787": "https://devtools-registry.s3.yandex.net/5620327787",
         "5620327787": "https://devtools-registry.s3.yandex.net/5620327787",
         "5257605552": "https://devtools-registry.s3.yandex.net/5257605552",
         "5257605552": "https://devtools-registry.s3.yandex.net/5257605552",
@@ -647,6 +648,7 @@
         "5786827891": "contrib/tools/python3/python3 for linux-aarch64",
         "5786827891": "contrib/tools/python3/python3 for linux-aarch64",
         "5786826302": "contrib/tools/python3/python3 for win32",
         "5786826302": "contrib/tools/python3/python3 for win32",
         "2842390994": "devtools jacoco agent 0.8.7 with shaded asm",
         "2842390994": "devtools jacoco agent 0.8.7 with shaded asm",
+        "6342053228": "devtools jstyle runner 10.16.0",
         "5310288728": "devtools jstyle runner 10.12.4",
         "5310288728": "devtools jstyle runner 10.12.4",
         "5620327787": "devtools jstyle runner 10.12.4",
         "5620327787": "devtools jstyle runner 10.12.4",
         "5257605552": "devtools/bloat2/tools/bloat/bloat for darwin",
         "5257605552": "devtools/bloat2/tools/bloat/bloat for darwin",
@@ -1020,4 +1022,4 @@
     },
     },
     "resources_info": {},
     "resources_info": {},
     "tasks": {}
     "tasks": {}
-}
+}

+ 1 - 1
build/platform/java/jstyle_lib/ya.make

@@ -5,7 +5,7 @@ SUBSCRIBER(heretic)
 IF (USE_SYSTEM_JSTYLE_LIB)
 IF (USE_SYSTEM_JSTYLE_LIB)
     MESSAGE(WARNING System java codestyle library $USE_SYSTEM_JSTYLE_LIB will be used)
     MESSAGE(WARNING System java codestyle library $USE_SYSTEM_JSTYLE_LIB will be used)
 ELSE()
 ELSE()
-    DECLARE_EXTERNAL_RESOURCE(JSTYLE_LIB sbr:5620327787)
+    DECLARE_EXTERNAL_RESOURCE(JSTYLE_LIB sbr:6342053228)
 ENDIF()
 ENDIF()
 
 
 END()
 END()