aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2021-01-31 15:16:29 +0200
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2021-01-31 15:16:29 +0200
commitf08f6b804c1fbf4704719b865c112ae6a77dc8c5 (patch)
tree3180757675faaca446506e84a359708916d1ef06 /build.gradle
parent19abe0640f1706c52c8b1890ae9d34fe5d96d30d (diff)
downloadLibGui-f08f6b804c1fbf4704719b865c112ae6a77dc8c5.tar.gz
LibGui-f08f6b804c1fbf4704719b865c112ae6a77dc8c5.tar.bz2
LibGui-f08f6b804c1fbf4704719b865c112ae6a77dc8c5.zip
Automatically generate run configs for the test subproject
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 0 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index acb42bf..1691af2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,9 +18,6 @@ archivesBaseName = project.archives_base_name
version = "$project.mod_version+$project.minecraft_version"
group = project.maven_group
-minecraft {
-}
-
repositories {
maven { url "http://server.bbkr.space:8081/artifactory/libs-release" }
}