[CHORE] Fix Build Scripts and update mod publisher

This commit is contained in:
2023-09-10 12:58:49 +02:00
parent 5facb4c322
commit 6f1f460198
5 changed files with 12 additions and 28 deletions

View File

@@ -1,7 +1,6 @@
buildscript {
repositories {
maven { url = 'https://maven.minecraftforge.net' }
maven { url = 'https://repo.spongepowered.org/repository/maven-public/' }
maven { url = 'https://mcentral.firstdark.dev/releases' }
mavenCentral()
}
dependencies {
@@ -11,7 +10,7 @@ buildscript {
}
plugins {
id 'com.github.johnrengelman.shadow' version '7.0.0'
id "me.hypherionmc.modutils.modpublisher" version "1.0.16"
id "me.hypherionmc.modutils.modpublisher" version "1.0.+"
}
apply plugin: 'java'
apply plugin: 'net.minecraftforge.gradle'