mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 02:03:59 +00:00
Revert "Gradle Updates for deps"
This reverts commit f2dd96c3bf689d427200881db6f1e835921e5759.
This commit is contained in:
parent
c939033031
commit
82161c10f8
37
build.gradle
37
build.gradle
@ -10,23 +10,12 @@ def apiVersion = '1.14'
|
|||||||
def name = 'Iris'
|
def name = 'Iris'
|
||||||
def main = 'com.volmit.iris.Iris'
|
def main = 'com.volmit.iris.Iris'
|
||||||
|
|
||||||
// ADD YOURSELF AS A NEW LINE IF YOU WANT YOUR OWN BUILD TASK GENERATED
|
|
||||||
// ==============================================================
|
// ==============================================================
|
||||||
registerCustomOutputTask('Cyberpwn', 'C://Users/cyberpwn/Documents/development/server/plugins');
|
registerCustomOutputTask('Cyberpwn', 'C://Users/cyberpwn/Documents/development/server/plugins');
|
||||||
registerCustomOutputTask('ArcaneArts', 'C://Users/arcane/Documents/development/server/plugins');
|
|
||||||
// ==============================================================
|
// ==============================================================
|
||||||
|
|
||||||
def registerCustomOutputTask(name, path) {
|
configurations {
|
||||||
tasks.register('build' + name, Copy) {
|
provided
|
||||||
group('development')
|
|
||||||
outputs.upToDateWhen{false}
|
|
||||||
dependsOn ':shadowJar'
|
|
||||||
from(file('build/libs/Iris-' + version + '-all.jar'))
|
|
||||||
into(file(path))
|
|
||||||
rename { String fileName ->
|
|
||||||
fileName.replace('Iris-' + version + '-all.jar', "Iris.jar")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
processResources {
|
processResources {
|
||||||
@ -41,11 +30,12 @@ processResources {
|
|||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
|
gradlePluginPortal()
|
||||||
maven {
|
maven {
|
||||||
allowInsecureProtocol true
|
allowInsecureProtocol true
|
||||||
url "http://archive.arcane.art/repository/arcane"
|
url "http://archive.arcane.art/repository/arcane/"
|
||||||
}
|
}
|
||||||
mavenLocal()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
shadowJar
|
shadowJar
|
||||||
@ -66,14 +56,11 @@ dependencies {
|
|||||||
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.2'
|
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.2'
|
||||||
implementation 'org.zeroturnaround:zt-zip:1.14'
|
implementation 'org.zeroturnaround:zt-zip:1.14'
|
||||||
implementation 'io.papermc:paperlib:1.0.5'
|
implementation 'io.papermc:paperlib:1.0.5'
|
||||||
|
compileClasspath 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT'
|
||||||
// Provided
|
compileClasspath 'org.bukkit.craftbukkit:1.16.3:1.16.3'
|
||||||
implementation 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT'
|
compileClasspath 'org.bukkit.craftbukkit:1.16.4:1.16.4'
|
||||||
implementation 'org.bukkit.craftbukkit:1.16.3:1.16.3'
|
compileClasspath 'com.bergerkiller.bukkit:BKCommonLib:1.16.4-v2'
|
||||||
implementation 'org.bukkit.craftbukkit:1.16.4:1.16.4'
|
compileClasspath 'com.sk89q.worldedit:worldedit-bukkit:7.2.0-SNAPSHOT'
|
||||||
implementation 'org.bukkit.craftbukkit:1.17:1.17'
|
compileClasspath 'io.lumine.xikage:MythicMobs:4.9.1'
|
||||||
implementation 'com.bergerkiller.bukkit:BKCommonLib:1.16.4-v2'
|
compileClasspath 'com.google.code.gson:gson:2.8.5'
|
||||||
implementation 'com.sk89q.worldedit:worldedit-bukkit:7.2.0-SNAPSHOT'
|
|
||||||
implementation 'io.lumine.xikage:MythicMobs:4.9.1'
|
|
||||||
implementation 'com.google.code.gson:gson:2.8.5'
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user