diff options
author | firenoo <49818773+firenoo@users.noreply.github.com> | 2023-08-16 04:30:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-16 13:30:47 +0200 |
commit | 740233c43667a9b27e25033cac4833db826007f2 (patch) | |
tree | 03fb77d90b528de14433febe7331c956562aa0c8 | |
parent | e4317e5891eb640859ddde3e082060662fdf3c3f (diff) | |
download | GT5-Unofficial-740233c43667a9b27e25033cac4833db826007f2.tar.gz GT5-Unofficial-740233c43667a9b27e25033cac4833db826007f2.tar.bz2 GT5-Unofficial-740233c43667a9b27e25033cac4833db826007f2.zip |
Update buildscript (#2232)
-rw-r--r-- | build.gradle | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index c5af340745..b894d64772 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,4 @@ -//version: 1691351470 +//version: 1692122114 /* DO NOT CHANGE THIS FILE! Also, you may replace this file at any time if there is an update available. @@ -562,9 +562,6 @@ repositories { maven { name 'Overmind forge repo mirror' url 'https://gregtech.overminddl1.com/' - mavenContent { - excludeGroup("net.minecraftforge") // missing the `universal` artefact - } } maven { name = "GTNH Maven" |