From e3a084690ee9492f05435db354044ef9e248dc45 Mon Sep 17 00:00:00 2001 From: Ned Loynd Date: Fri, 20 Oct 2023 11:05:06 +1100 Subject: [PATCH] Temporarily disable GitHub Packages --- ....nerdthened.mctexturegen.java-application-conventions.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildSrc/src/main/groovy/com.github.nerdthened.mctexturegen.java-application-conventions.gradle b/buildSrc/src/main/groovy/com.github.nerdthened.mctexturegen.java-application-conventions.gradle index 9f543c9..d80026b 100644 --- a/buildSrc/src/main/groovy/com.github.nerdthened.mctexturegen.java-application-conventions.gradle +++ b/buildSrc/src/main/groovy/com.github.nerdthened.mctexturegen.java-application-conventions.gradle @@ -79,6 +79,7 @@ publishing { } // Only publish to Github Packages if running on GitHub Actions. // Snapshot publishing temporarily disabled due to GitHub Packages not overwriting the previous upload. + /* if (System.getenv("GITHUB_ACTIONS")?.equals("true") && System.getenv("BUILD_RELEASE")?.equals("true")) { repositories { maven { @@ -91,4 +92,5 @@ publishing { } } } + */ }