Fix missing build file
This commit is contained in:
parent
d8bc15d645
commit
96168b13b8
1 changed files with 19 additions and 0 deletions
19
bukkit-helper-121-11/build.gradle
Normal file
19
bukkit-helper-121-11/build.gradle
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
eclipse {
|
||||
project {
|
||||
name = "Dynmap(Spigot-1.21.11)"
|
||||
}
|
||||
}
|
||||
|
||||
description = 'bukkit-helper-1.21.11'
|
||||
|
||||
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = JavaLanguageVersion.of(17) // Need this here so eclipse task generates correctly.
|
||||
|
||||
dependencies {
|
||||
implementation project(':bukkit-helper')
|
||||
implementation project(':dynmap-api')
|
||||
implementation project(path: ':DynmapCore', configuration: 'shadow')
|
||||
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.21.11-R0.1-SNAPSHOT'
|
||||
compileOnly ('org.spigotmc:spigot:1.21.11-R0.1-SNAPSHOT') {
|
||||
exclude group: "com.mojang", module: "jtracy"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue