Skip to content

Instantly share code, notes, and snippets.

@thomas15v
Last active June 21, 2016 08:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomas15v/cc7940851c7bc05e28d0 to your computer and use it in GitHub Desktop.
Save thomas15v/cc7940851c7bc05e28d0 to your computer and use it in GitHub Desktop.
plugins {
id "com.qixalite.spongestart" version "1.4.6"
id "java"
}
sourceCompatibility = 1.8
repositories {
mavenCentral()
maven {
url 'https://repo.spongepowered.org/maven/'
}
}
spongestart{
eula true
//optional configs
spongeVanillaBuild 'LATEST'
spongeForgeBuild 'LATEST'
forgeServerFolder 'run/forge'
vanillaServerFolder 'run/vanilla'
}
dependencies{
//you still need to set your dependency on sponge, this plugin only handles the running part.
compile 'org.spongepowered:spongeapi:3.1.0-SNAPSHOT'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment