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 { } } } + */ }