From a538d0ec0be304e6a1dbc39648e3c11f045c487b Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Mon, 20 Jan 2025 21:19:20 +0100 Subject: [PATCH] Delete publish.sh --- publish.sh | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100755 publish.sh diff --git a/publish.sh b/publish.sh deleted file mode 100755 index b4cf625..0000000 --- a/publish.sh +++ /dev/null @@ -1,30 +0,0 @@ -# -# This file is part of Resourcify -# Copyright (C) 2023 DeDiamondPro -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License Version 3 as published by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with this program. If not, see . -# - -# A shell script to publish versions in order because yes -./gradlew 1.8.9-forge:publish -./gradlew 1.12.2-forge:publish -./gradlew 1.16.2-forge:publish -./gradlew 1.16.2-fabric:publish -./gradlew 1.18.2-forge:publish -./gradlew 1.18.2-fabric:publish -./gradlew 1.19.2-forge:publish -./gradlew 1.19.2-fabric:publish -./gradlew 1.19.4-forge:publish -./gradlew 1.19.4-fabric:publish -./gradlew 1.20.1-forge:publish -./gradlew 1.20.1-fabric:publish