mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-01-04 15:41:30 +00:00
12 lines
208 B
Groovy
12 lines
208 B
Groovy
plugins {
|
|
id 'java'
|
|
}
|
|
|
|
group rootProject.group
|
|
version rootProject.version
|
|
|
|
dependencies {
|
|
implementation 'org.spigotmc:spigot-api:1.19-R0.1-SNAPSHOT'
|
|
implementation 'com.volmit:Fukkit:22.6.13'
|
|
}
|