diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2021-01-31 15:40:09 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2021-01-31 15:40:09 +0200 |
commit | b8ddfe1663ab9f6534e76dfe4fd13194bd31f0b9 (patch) | |
tree | 3bdc900f937cd45aedf4d738bf243625a61b038c /build.gradle | |
parent | 4ccedb4921f913338fb28dcd66ca95595cee2da4 (diff) | |
download | LibGui-b8ddfe1663ab9f6534e76dfe4fd13194bd31f0b9.tar.gz LibGui-b8ddfe1663ab9f6534e76dfe4fd13194bd31f0b9.tar.bz2 LibGui-b8ddfe1663ab9f6534e76dfe4fd13194bd31f0b9.zip |
Update Gradle and dependencies3.3.3
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 1691af2..d7c3955 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'fabric-loom' version '0.5-SNAPSHOT' id 'maven-publish' - id "com.jfrog.artifactory" version "4.9.0" + id "com.jfrog.artifactory" version "4.20.0" id 'checkstyle' } @@ -20,6 +20,12 @@ group = project.maven_group repositories { maven { url "http://server.bbkr.space:8081/artifactory/libs-release" } + maven { + url = "http://maven.terraformersmc.com/releases" + content { + includeGroup "com.terraformersmc" + } + } } dependencies { @@ -30,7 +36,7 @@ dependencies { modImplementation "io.github.cottonmc:Jankson-Fabric:${project.jankson_version}" include "io.github.cottonmc:Jankson-Fabric:${project.jankson_version}" - modRuntime(modCompileOnly("io.github.prospector:modmenu:$project.modmenu_version") { + modRuntime(modCompileOnly("com.terraformersmc:modmenu:$project.modmenu_version") { exclude group: 'net.fabricmc.fabric-api' }) } |