mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 06:41:08 +00:00
Convert Iris to Gradle
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'io.freefair.lombok' version '5.2.1'
|
||||
}
|
||||
|
||||
group 'com.volmit.iris'
|
||||
version '1.3.7'
|
||||
|
||||
configurations {
|
||||
provided
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main { compileClasspath += configurations.provided }
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
url "http://archive.arcane.art/repository/arcane/"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly 'org.projectlombok:lombok:1.18.12'
|
||||
annotationProcessor 'org.projectlombok:lombok:1.18.12'
|
||||
implementation 'io.timeandspace:smoothie-map:2.0.2'
|
||||
implementation 'com.github.ben-manes.caffeine:caffeine:2.8.5'
|
||||
implementation 'org.zeroturnaround:zt-zip:1.14'
|
||||
provided 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT'
|
||||
implementation 'io.papermc:paperlib:1.0.5'
|
||||
provided 'org.bukkit.craftbukkit:1.16.3:1.16.3'
|
||||
provided 'org.bukkit.craftbukkit:1.16.4:1.16.4'
|
||||
provided 'com.bergerkiller.bukkit:BKCommonLib:1.16.4-v2'
|
||||
provided 'com.sk89q.worldedit:worldedit-bukkit:7.2.0-SNAPSHOT'
|
||||
provided 'io.lumine.xikage:MythicMobs:4.9.1'
|
||||
provided 'com.google.code.gson:gson:2.8.5'
|
||||
}
|
||||
Reference in New Issue
Block a user