mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 02:03:59 +00:00
Gradle
This commit is contained in:
parent
f091256edb
commit
6f3813b685
40
build.gradle
40
build.gradle
@ -104,21 +104,23 @@ repositories {
|
||||
url "http://archive.arcane.art/repository/arcane"
|
||||
}
|
||||
mavenLocal()
|
||||
maven {
|
||||
url 'https://repo.maven.apache.org/maven2'
|
||||
}
|
||||
}
|
||||
|
||||
shadowJar
|
||||
{
|
||||
append("plugin.yml")
|
||||
minimize()
|
||||
relocate 'com.dfsek.paralithic', 'com.volmit.iris.util.paralithic'
|
||||
relocate 'io.papermc.lib', 'com.volmit.iris.util.paper'
|
||||
dependencies {
|
||||
include(dependency('io.papermc:paperlib:1.0.5'))
|
||||
include(dependency('com.dfsek:Paralithic:0.4.0'))
|
||||
}
|
||||
}
|
||||
|
||||
manifest()
|
||||
{
|
||||
minimize()
|
||||
append("plugin.yml")
|
||||
relocate 'com.dfsek.paralithic', 'com.volmit.iris.util.paralithic'
|
||||
relocate 'io.papermc.lib', 'com.volmit.iris.util.paper'
|
||||
dependencies {
|
||||
include(dependency('io.papermc:paperlib'))
|
||||
include(dependency('com.dfsek:Paralithic'))
|
||||
include(dependency('net.kyori:'))
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// Provided or Classpath
|
||||
@ -126,18 +128,22 @@ dependencies {
|
||||
annotationProcessor 'org.projectlombok:lombok:1.18.20'
|
||||
implementation 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT'
|
||||
implementation 'org.bukkit.craftbukkit:1.17.1:1.17.1'
|
||||
implementation 'com.sk89q.worldedit:worldedit-bukkit:7.2.0-SNAPSHOT'
|
||||
implementation 'me.clip:placeholderapi:2.10.10'
|
||||
implementation 'io.th0rgal:oraxen:1.94.0'
|
||||
|
||||
// Shaded
|
||||
implementation 'com.dfsek:Paralithic:0.4.0'
|
||||
implementation 'io.papermc:paperlib:1.0.5'
|
||||
|
||||
// Dynamically Loaded
|
||||
implementation "net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT"
|
||||
implementation "net.kyori:adventure-platform-bukkit:4.0.0-SNAPSHOT"
|
||||
implementation 'net.kyori:adventure-api:4.8.1'
|
||||
\
|
||||
// Dynamically Loaded
|
||||
implementation 'it.unimi.dsi:fastutil:8.5.4'
|
||||
implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
|
||||
implementation 'org.zeroturnaround:zt-zip:1.14'
|
||||
implementation 'com.google.code.gson:gson:2.8.5'
|
||||
implementation 'org.ow2.asm:asm:9.0'
|
||||
implementation 'com.google.code.gson:gson:2.8.7'
|
||||
implementation 'org.ow2.asm:asm:9.2'
|
||||
implementation 'com.google.guava:guava:30.1.1-jre'
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user