Skip to content

Instantly share code, notes, and snippets.

@windy1
Created March 27, 2017 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save windy1/0bd2a101c0112963ac09b8509ec281ad to your computer and use it in GitHub Desktop.
Save windy1/0bd2a101c0112963ac09b8509ec281ad to your computer and use it in GitHub Desktop.
buildscript {
repositories {
mavenLocal()
mavenCentral()
maven {
name 'sponge-repo'
url 'https://repo.spongepowered.org/maven'
}
}
dependencies {
classpath 'org.spongepowered:spongegradle:0.8.2-SNAPSHOT'
}
}
apply plugin: 'org.spongepowered.plugin'
apply plugin: 'org.spongepowered.meta'
//plugins {
// id 'org.spongepowered.plugin' version '0.8.2-SNAPSHOT'
//}
group = 'se.walkercrou'
version = '1.0.1'
description = 'Ore test plugin'
sponge.plugin {
id = 'oretest'
meta {
name = "Ore Test Plugin"
}
}
dependencies {
compile 'org.spongepowered:spongeapi:6.0.0-SNAPSHOT'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment