From 54ba4cc27c5b27f2f57590128ddc99a4e984f5df Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Fri, 17 Jun 2022 11:58:30 +0530 Subject: [PATCH] dokka: Remove checkver --- bucket/dokka.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bucket/dokka.json b/bucket/dokka.json index b0e2ed2e71..e7aea55b83 100644 --- a/bucket/dokka.json +++ b/bucket/dokka.json @@ -8,6 +8,5 @@ }, "url": "https://github.com/Kotlin/dokka/releases/download/0.10.1/dokka-fatjar-0.10.1.jar#/dokka.jar", "hash": "fc315c6aeab2015789f1a964e38bfc46758a6b7bf4f9671687d4e277f92a52a4", - "bin": "dokka.jar", - "checkver": "github" + "bin": "dokka.jar" }