summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 64c8c13..7266b98 100644
--- a/build.gradle
+++ b/build.gradle
@@ -72,14 +72,13 @@ processResources{
curse {
apiKey = System.getenv("onyxdarkknight_curse")
projectId = "229927" // my project url is http://minecraft.curseforge.com/mc-mods/229927-jewelrycraft-2
- changelog = new File('changelog.txt').text
+ changelog = new File('H:/Jewelrycraft/1.7.10/changelog.txt').text
releaseType = "release"
// the default obfuscated jar is uploaded by default
// artifact = project.file("some/jar/to/upload.jar")
// allows you to add extra compatible MC versions. The one specified in the minecraft{} block is used by default.
- // addGameVersion "1.7.1"
// addGameversion "1.7.0", "1.7.4"
}