mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
add bstats cause why not
This commit is contained in:
parent
8c3447338e
commit
f51240adc6
4 changed files with 910 additions and 4 deletions
|
|
@ -3,8 +3,8 @@ plugins {
|
|||
java
|
||||
}
|
||||
|
||||
group = "io.delilaheve"
|
||||
version = "1.1.4"
|
||||
group = "xyz.alexcrea"
|
||||
version = "1.1.5"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
@ -15,7 +15,7 @@ dependencies {
|
|||
|
||||
compileOnly(kotlin("stdlib"))
|
||||
|
||||
compileOnly("org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT")
|
||||
compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
|
||||
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue