summaryrefslogtreecommitdiff
path: root/navit
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@users.noreply.github.com>2019-11-25 16:46:01 -0800
committerViktor Verebelyi <vviktor2@gmail.com>2020-09-22 02:15:53 +0100
commite6be3b767780032c44cc7bd1ab41db122c4d4ee4 (patch)
tree121adf68dd67b0b1935dd18bb694ed03ef855597 /navit
parent06f12838858e851ea708a4ba8bedca35aa7dbe49 (diff)
downloadnavit-e6be3b767780032c44cc7bd1ab41db122c4d4ee4.tar.gz
fix:ci:Fix checkstyle changes since 8.24 (#946)
* fix:ci:TreeWalker is not allowed as a parent of LineLength since 8.24 * fix:ci:minLineCount has been removed from JavadocMethod in checkstyle 8.25 * Upgrade checkstyle to 8.26 * update:doc:Specify a minimum version needed for checkstyle outside of gradle
Diffstat (limited to 'navit')
-rw-r--r--navit/android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/android/build.gradle b/navit/android/build.gradle
index 55455958a..b18bad109 100644
--- a/navit/android/build.gradle
+++ b/navit/android/build.gradle
@@ -68,7 +68,7 @@ android {
}
checkstyle {
- toolVersion = '8.10'
+ toolVersion = '8.26'
}
}
applicationVariants.all { variant ->