-
-
Save RX14/ee068906fb0f2b3bd9d5 to your computer and use it in GitHub Desktop.
This file contains 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 "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