commit b3a5deeee2a0c4b25c1fd5348d2b145f67489c1a
parent f7d1e68cf3cd93e1bb94d51ef7721c747223e93e
Author: Amb0s <ambos@disroot.org>
Date: Mon, 28 Aug 2023 20:15:20 +0200
Updated toolchain and bumped BTA version
Diffstat:
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
@@ -43,6 +43,14 @@ repositories {
ivy {
url = "https://github.com/Turnip-Labs"
patternLayout {
+ artifact "[organisation]/releases/download/[revision]/[module]-[revision].jar"
+ m2compatible = true
+ }
+ metadataSources { artifact() }
+ }
+ ivy {
+ url = "https://github.com/Turnip-Labs"
+ patternLayout {
artifact "[organisation]/releases/download/[revision]/[module]-bta-[revision].jar"
m2compatible = true
}
diff --git a/gradle.properties b/gradle.properties
@@ -1,7 +1,7 @@
org.gradle.jvmargs=-Xmx2G
# BTA
-bta_version=1.7.7.0_01
+bta_version=1.7.7.0_02
# Loader
loader_version=0.14.19-babric.1-bta