mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
add gui library
This commit is contained in:
parent
dda152280f
commit
ef5463efe8
2 changed files with 7 additions and 1 deletions
|
|
@ -17,6 +17,10 @@ dependencies {
|
|||
|
||||
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
|
||||
|
||||
// Gui library
|
||||
compileOnly("com.github.stefvanschie.inventoryframework:IF:0.10.13")
|
||||
|
||||
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
|
||||
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
||||
|
|
@ -30,7 +34,7 @@ tasks.getByName<Test>("test") {
|
|||
// Fat-jar builder
|
||||
val fatJar = tasks.register<Jar>("fatJar") {
|
||||
manifest {
|
||||
attributes.apply { put("Main-Class", "io.delilaheve.UnsafeEnchants") }
|
||||
attributes.apply { put("Main-Class", "io.delilaheve.CustomAnvil") }
|
||||
}
|
||||
archiveFileName.set("${rootProject.name}-${archiveVersion}.jar")
|
||||
exclude("META-INF/*.RSA", "META-INF/*.SF", "META-INF/*.DSA")
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@ load: POSTWORLD
|
|||
authors: [DelilahEve, alexcrea]
|
||||
libraries:
|
||||
- org.jetbrains.kotlin:kotlin-stdlib:1.6.21
|
||||
- com.github.stefvanschie.inventoryframework:IF:0.10.13
|
||||
|
||||
commands:
|
||||
anvilconfigreload:
|
||||
description: Reload every config of this plugin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue