summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-05-07 13:55:09 +0100
committerOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-05-07 13:55:09 +0100
commitf03fa3703bea835a12a19bd42965af054540ea58 (patch)
tree7c54ba68d1eb6571ba2295c8c475bbe463c9e068 /build.gradle
parent0d53c504cda77bead4612c1909e57ac8ccae4cb0 (diff)
Forgot to remove the guide from being a jewelry XD
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"
}