summaryrefslogtreecommitdiff
path: root/navit/android
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@users.noreply.github.com>2019-11-25 16:46:01 -0800
committerGitHub <noreply@github.com>2019-11-25 16:46:01 -0800
commit7feda7533796bb96e88dddba0ff7f5301b8e82b7 (patch)
treeaa04647469e614fb4fead9006bfd0e8bfde8241b /navit/android
parentf742fffc90e98c25be2cea100ab89f6f157eee9d (diff)
downloadnavit-7feda7533796bb96e88dddba0ff7f5301b8e82b7.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/android')
-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 ->