Skip to content

Instantly share code, notes, and snippets.

@RX14
Forked from anonymous/build.gradle
Last active August 29, 2015 14:22
Show Gist options
  • Save RX14/ee068906fb0f2b3bd9d5 to your computer and use it in GitHub Desktop.
Save RX14/ee068906fb0f2b3bd9d5 to your computer and use it in GitHub Desktop.
plugins {
id "java" //or scala or groovy
id "nova.gradle" version "0.1.0-SNPASHOT"
}
dependencies {
compile "nova.core:NovaCore:0.1.0-SNPASHOT"
compile //Some nova plugin
}
nova {
wrappers {
MC {
wrapper "nova.wrapper.mc1710:NovaWrapper-MC-1.7.10:0.1-SNAPSHOT"
dependencies {
runtime //Some nova plugin wrapper
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment