1
0
mirror of https://github.com/Suiranoil/SkinRestorer.git synced 2026-01-16 04:42:12 +00:00

add mod publishing gradle task

This commit is contained in:
2024-07-31 20:28:04 +03:00
parent 6ad656c388
commit 99675bb5ee
6 changed files with 50 additions and 2 deletions

View File

@@ -5,4 +5,6 @@ plugins {
id 'net.neoforged.moddev' version '2.0.1-beta' apply false
// see https://files.minecraftforge.net/net/minecraftforge/gradle/ForgeGradle/ for new versions
id 'net.minecraftforge.gradle' version '6.0.26' apply false
id "me.modmuss50.mod-publish-plugin" version "0.6.3" apply false
}