currently refactoring a lot
This commit is contained in:
parent
31eb8a92eb
commit
ea6ae529cc
32 changed files with 205 additions and 185 deletions
|
|
@ -17,7 +17,9 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":core-velocity-api"))
|
||||
implementation(project(":core-velocity-api")) {
|
||||
isTransitive = true
|
||||
}
|
||||
// https://docs.papermc.io/velocity/dev/creating-your-first-plugin/
|
||||
annotationProcessor("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT")
|
||||
|
||||
|
|
@ -25,6 +27,10 @@ dependencies {
|
|||
implementation("com.github.ben-manes.caffeine:caffeine:3.2.4")
|
||||
}
|
||||
|
||||
tasks.build {
|
||||
dependsOn("shadowJar")
|
||||
}
|
||||
|
||||
val generateBuildInfo by tasks.registering {
|
||||
val outputDir = layout.buildDirectory.dir("generated/sources/buildInfo")
|
||||
outputs.dir(outputDir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue