From 24a45ef5bd97f3da8c030c8e172dbc140fbf7823 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Sun, 3 Jul 2022 16:11:42 +0200 Subject: [PATCH] make libraries download again --- build.isbpl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.isbpl b/build.isbpl index 029686f..4c31fae 100644 --- a/build.isbpl +++ b/build.isbpl @@ -1,12 +1,8 @@ "builder.isbpl" include func dependencies { - string! { "https://github.com/TudbuT/tuddylib/raw/master/TuddyLIB.jar" download "https://github.com/TudbuT/tuddylib/raw/master/TuddyLIB-javadoc.zip" download - } # - "../tuddylib/TuddyLIB.jar" file - "../tuddylib/TuddyLIB-javadoc.zip" file "https://github.com/TudbuT/isbpl-random-stuff/raw/master/ISBPL.jar" download "https://github.com/jtidy/jtidy/releases/download/1.0.2-SNAPSHOT/jtidy-1.0.2-SNAPSHOT.jar" download "https://github.com/jtidy/jtidy/releases/download/1.0.2-SNAPSHOT/jtidy-1.0.2-SNAPSHOT-sources.jar" download