feat: submit

This commit is contained in:
2025-12-08 23:09:57 -08:00
parent 4dd36d9141
commit 6caa6b261f
8 changed files with 372 additions and 31 deletions

View File

@@ -8,6 +8,7 @@
plugins {
`java-library`
id("com.gradleup.shadow") version "9.3.0"
id("xyz.jpenilla.run-velocity") version "3.0.2"
}
@@ -38,6 +39,9 @@ java {
}
tasks {
shadowJar {
archiveFileName.set("mineroo-velocity.jar")
}
runVelocity {
// Configure the Velocity version for our task.
// This is the only required configuration besides applying the plugin.