Initial commit
This commit is contained in:
13
gradle/module-resources/velocity.kts
Normal file
13
gradle/module-resources/velocity.kts
Normal file
@@ -0,0 +1,13 @@
|
||||
plugins {
|
||||
alias(libs.plugins.run.velocity)
|
||||
id(libs.plugins.kotlin.kapt.get().pluginId)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(libs.minecraft.proxy.velocity)
|
||||
kapt(libs.minecraft.proxy.velocity)
|
||||
}
|
||||
|
||||
tasks.runVelocity {
|
||||
velocityVersion(libs.versions.velocity.get())
|
||||
}
|
||||
Reference in New Issue
Block a user