diff options
author | nea <nea@nea.moe> | 2023-01-24 21:30:39 +0100 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-01-24 21:30:39 +0100 |
commit | 00b782440054102c405c2001835cc817c1947037 (patch) | |
tree | f904a39e81021585605c31f3fc2801e475c56d31 /src/main/resources | |
parent | 5f74d9f5bc9bf58e1608bd94ad23c79d016e4256 (diff) | |
download | buildclient-00b782440054102c405c2001835cc817c1947037.tar.gz buildclient-00b782440054102c405c2001835cc817c1947037.tar.bz2 buildclient-00b782440054102c405c2001835cc817c1947037.zip |
http downloading
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/testconfig.bcc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/resources/testconfig.bcc b/src/main/resources/testconfig.bcc index 1dae2b2..18bd21f 100644 --- a/src/main/resources/testconfig.bcc +++ b/src/main/resources/testconfig.bcc @@ -7,9 +7,10 @@ description \ Multi Line test" author "Danker" webpresence "https://github.com/bowser0000/SkyblockMod" -source git { - upstream "https://github.com/bowser0000/SkyblockMod.git" - branch "development" +source http { + url "https://github.com/bowser0000/SkyblockMod/archive/HEAD.zip" + format zip + skipDirs 1 } build gradle { |