-
-
Save DNAlchemist/6703af6bcd8230b55f1d8c38902523b7 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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment