From b4dddbf8f3d744fb28aab3d7f005e374a247feb1 Mon Sep 17 00:00:00 2001 From: xkball <45330674+xkball@users.noreply.github.com> Date: Tue, 15 Oct 2024 21:54:44 +0800 Subject: [PATCH] test GitHub out Took 7 minutes --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 71d28bd..1cb2bf2 100644 --- a/build.gradle +++ b/build.gradle @@ -225,6 +225,7 @@ jar { // Use the env-specific line separator for maximally possible compatibility def newLine = System.getProperty('line.separator') + println outputFile.text // Write out new env variable for later usage outputFile << newLine << "artifact_name=${theFile.getName()}" outputFile << newLine << "artifact_publish_name=${archiveBaseName.get()}.jar"