Created
April 8, 2015 18:22
-
-
Save TehNut/f2714af39a72adfae6d3 to your computer and use it in GitHub Desktop.
Curse as Maven
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
repositories { | |
maven { | |
name = "CurseForge" | |
url = "https://minecraft.curseforge.com/api/" + project.curseforge_key | |
} | |
} | |
^^^ THIS DOES NOT GO IN BUILDSCRIPT, IT GOES ABOVE apply plugin: 'forge' ^^^ | |
Then add this to dependencies | |
compile 'cofhcore:CoFHCore-[1.7.10]3.0.0B9:latest:dev' |
@xXGandalfXx it's a property you define in a gradle.properties. Probably in a global one so that it doesn't get pushed to your repo.
@tterrag1098 @TehNut Does one of you have an update for this? I cannot get this to work.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the curseforge_key?