From 622e086b017027f94f5c688f0e63e59d7e17e6c1 Mon Sep 17 00:00:00 2001 From: breandan Date: Tue, 25 Aug 2020 03:32:32 -0400 Subject: [PATCH] update repositories to fix CI build --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 139ac5a2..aae0e6f7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ repositories { mavenCentral() maven("https://jitpack.io") jcenter() - maven("https://dl.bintray.com/egor-bogomolov/astminer/") + maven("https://dl.bintray.com/egor-bogomolov/astminer") maven("https://dl.bintray.com/mipt-npm/dev") }