TF-EssentialsX/providers/NMSReflectionProvider/build.gradle
Jason 19b4da07b9
Clean up gradle build scripts
Adds run-paper plugin support as well as moves majority of logic to kotlin build scrips

Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
2021-06-07 08:17:39 -04:00

9 lines
172 B
Groovy

plugins {
id("essentials.base-conventions")
}
dependencies {
implementation project(':providers:BaseProviders')
api 'org.bukkit:bukkit:1.12.2-R0.1-SNAPSHOT'
}