Forked from Dockter/gist:51140efd22833fda96dcf84e6a593570
Last active
October 10, 2017 01:44
-
-
Save Grinch/f3647ebefe8b131234ccc0df574f7811 to your computer and use it in GitHub Desktop.
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
plugins { | |
id 'org.spongepowered.plugin' version '0.8.1' | |
} | |
group = pluginGroup | |
version = pluginVersion | |
repositories { | |
mavenCentral() | |
maven { url = 'http://files.minecraftforge.net/maven/' } | |
maven { url = 'http://repo.mikeprimm.com' } | |
} | |
dependencies { | |
compile 'org.spongepowered:spongeapi:6.0.0' | |
compile 'us.dynmap:dynmap-api:3.0-SNAPSHOT' | |
compile 'me.ryanhamshire:griefprevention:1.12.1-4.3.0.473:api' | |
} | |
sponge.plugin.id = pluginId |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment