Skip to content

Instantly share code, notes, and snippets.

@DNAlchemist
Forked from TehNut/CurseAsMaven
Created April 18, 2017 11:49
Show Gist options
  • Save DNAlchemist/6703af6bcd8230b55f1d8c38902523b7 to your computer and use it in GitHub Desktop.
Save DNAlchemist/6703af6bcd8230b55f1d8c38902523b7 to your computer and use it in GitHub Desktop.
Curse as Maven
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