From 08b2d96eba3776950b8ea60f4ff5259e8cd2e7ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Sun, 14 Jun 2020 16:27:50 +0200 Subject: [PATCH] chg: helma download url to recent release --- gradle.properties | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index 672d3042..2fdef15f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,4 @@ org.gradle.console = plain antville.repo.url = https://github.com/antville/antville.git -helma.download.url = https://github.com/antville/helma/releases/download/v20200321/helma-20200321.tgz - -## DEBUG -#antville.repo.url = file:///home/tobi/Projects/antville/current -#helma.download.url = file:///home/tobi/Projects/helma/current/build/distributions/helma-20200516.tgz +helma.download.url = https://github.com/antville/helma/releases/download/v20200614/helma-20200614.tgz