Skip to content

Instantly share code, notes, and snippets.

@HoBoS-TaCo
Created August 14, 2013 06:06
Show Gist options
  • Save HoBoS-TaCo/6228417 to your computer and use it in GitHub Desktop.
Save HoBoS-TaCo/6228417 to your computer and use it in GitHub Desktop.
buildscript {
repositories { mavenCentral() }
dependencies { classpath 'com.github.abrarsyed.gmcp:GMCP:0.7.3' }
}
apply plugin: "gmcp"
group = 'Mortuus'
version = '1.0.0'
archivesBaseName = 'Mortuus'
minecraft {
minecraftVersion = '1.6.2'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment