diff options
| author | miroslav2 <[email protected]> | 2024-05-21 09:45:34 +0300 |
|---|---|---|
| committer | miroslav2 <[email protected]> | 2024-05-21 09:53:23 +0300 |
| commit | cba4f614c9da153301c4de924bd01216069707e2 (patch) | |
| tree | d282ec0007b1d43ae0ab366c9f8dfbc3d1cbd0dd | |
| parent | ea58ae291cc530f91033d25b6ffa71ec25f99c37 (diff) | |
Upgrade to `checkstyle-10.16.0`
5133d8ef6a9b0e4932c8a5606ed4d396db05bcf1
| -rw-r--r-- | build/mapping.conf.json | 4 | ||||
| -rw-r--r-- | build/platform/java/jstyle_lib/ya.make | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/build/mapping.conf.json b/build/mapping.conf.json index bd1bfc18e1c..9f60caa1279 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -138,6 +138,7 @@ "5786827891": "https://devtools-registry.s3.yandex.net/5786827891", "5786826302": "https://devtools-registry.s3.yandex.net/5786826302", "2842390994": "https://devtools-registry.s3.yandex.net/2842390994", + "6342053228": "https://devtools-registry.s3.yandex.net/6342053228", "5310288728": "https://devtools-registry.s3.yandex.net/5310288728", "5620327787": "https://devtools-registry.s3.yandex.net/5620327787", "5257605552": "https://devtools-registry.s3.yandex.net/5257605552", @@ -647,6 +648,7 @@ "5786827891": "contrib/tools/python3/python3 for linux-aarch64", "5786826302": "contrib/tools/python3/python3 for win32", "2842390994": "devtools jacoco agent 0.8.7 with shaded asm", + "6342053228": "devtools jstyle runner 10.16.0", "5310288728": "devtools jstyle runner 10.12.4", "5620327787": "devtools jstyle runner 10.12.4", "5257605552": "devtools/bloat2/tools/bloat/bloat for darwin", @@ -1020,4 +1022,4 @@ }, "resources_info": {}, "tasks": {} -}
\ No newline at end of file +} diff --git a/build/platform/java/jstyle_lib/ya.make b/build/platform/java/jstyle_lib/ya.make index 5a5e0262e8d..83da481e82d 100644 --- a/build/platform/java/jstyle_lib/ya.make +++ b/build/platform/java/jstyle_lib/ya.make @@ -5,7 +5,7 @@ SUBSCRIBER(heretic) 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:5620327787) + DECLARE_EXTERNAL_RESOURCE(JSTYLE_LIB sbr:6342053228) ENDIF() END() |
