[CHORE] Fix Auto Publishing Config
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
plugins {
|
||||
id 'fabric-loom' version '1.3-SNAPSHOT'
|
||||
id 'idea'
|
||||
id "me.hypherionmc.modutils.modpublisher" version "1.0.+"
|
||||
}
|
||||
|
||||
apply plugin: 'me.hypherionmc.modutils.modpublisher'
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
apply plugin: 'maven-publish'
|
||||
|
||||
@@ -153,5 +153,6 @@ publisher {
|
||||
}
|
||||
}
|
||||
|
||||
publishMod.dependsOn(build)
|
||||
publishCurseforge.dependsOn(remapJar)
|
||||
publishModrinth.dependsOn(remapJar)
|
||||
|
||||
|
Reference in New Issue
Block a user