From 3aa0a5202cc2ec9b5f97952fcd5a5f651de01857 Mon Sep 17 00:00:00 2001 From: pahimar Date: Fri, 30 Jan 2015 23:10:15 -0500 Subject: [PATCH] Going back to what was fine before until we figure out a better way to do this --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 87afd2ad..51888afb 100644 --- a/build.gradle +++ b/build.gradle @@ -164,9 +164,10 @@ tasks.setupDecompWorkspace.dependsOn copyChicken curse { projectId = project.ee3_curseforge_projectid apiKey = project.ee3_curseforge_apikey - changelog = (new File("$project.buildDir/libs/$project.archivesBaseName-$config.minecraft_version-$config.mod_version.${System.getenv().BUILD_NUMBER}-changelog.txt")).text + changelog = 'Until there is a nice way to include changelogs with these builds, please check out the commit log on the official GitHub project' releaseType = 'alpha' additionalArtifact devJar + additionalArtifact "$project.buildDir/libs/$project.archivesBaseName-$config.minecraft_version-$config.mod_version.${System.getenv().BUILD_NUMBER}-changelog.txt" } uploadArchives {