Remove some bloat, not sure if it still compiles

This commit is contained in:
Telesphoreo 2021-06-30 03:41:31 -05:00
parent 01119422fb
commit b5137763b5

View file

@ -8,9 +8,6 @@ plugins {
repositories {
mavenLocal()
gradlePluginPortal()
maven {
url = uri('https://repository.apache.org/content/repositories/snapshots/')
}
maven {
url = uri('https://jitpack.io')
@ -36,10 +33,6 @@ repositories {
url = uri('https://maven.elmakers.com/repository/')
}
maven {
url = uri('https://maven.sk89q.com/artifactory/repo')
}
maven {
url = uri('https://m2.dv8tion.net/releases/')
}
@ -56,10 +49,6 @@ repositories {
url = uri('https://repo.dmulloy2.net/nexus/repository/public/')
}
maven {
url = uri('https://maven.sk89q.com/repo/')
}
maven {
url = uri('https://papermc.io/repo/repository/maven-public/')
}
@ -71,37 +60,31 @@ repositories {
maven {
url = uri('https://repo.mattmalec.com/repository/releases')
}
maven {
url = uri('https://repo.maven.apache.org/maven2/')
}
}
dependencies {
compileClasspath('commons-io:commons-io:2.8.0')
compileClasspath 'org.apache.commons:commons-lang3:3.11'
compileClasspath 'commons-codec:commons-codec:1.15'
compileClasspath 'com.github.speedxx:Mojangson:1957eef8d6'
compileClasspath 'io.papermc:paperlib:1.0.6'
compileClasspath 'org.reflections:reflections:0.9.12'
compileClasspath 'org.javassist:javassist:3.28.0-GA'
implementation 'org.projectlombok:lombok:1.18.20'
compileClasspath 'org.jetbrains:annotations:21.0.1'
implementation 'org.junit.jupiter:junit-jupiter:5.7.2'
implementation 'org.eclipse.sisu:org.eclipse.sisu.inject:0.3.4'
compileClasspath 'com.mattmalec:Pterodactyl4J:2.BETA_49'
compileOnly 'org.spigotmc:spigot:1.17-R0.1-SNAPSHOT'
compileOnly 'com.github.TotalFreedomMC:BukkitTelnet:541e9fdb84'
compileOnly 'com.github.TotalFreedomMC:TF-LibsDisguises:48f01cf2fe'
compileOnly 'com.sk89q.worldedit:worldedit-bukkit:7.3.0-SNAPSHOT'
compileOnly 'net.ess3:EssentialsX:2.18.2'
compileOnly 'net.dv8tion:JDA:4.3.0_277'
compileOnly 'net.coreprotect:coreprotect:19.5'
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.5'
compileOnly 'com.github.vexsoftware:votifier:v1.9'
compileOnly 'net.goldtreeservers:worldguardextraflags:4.0.0'
compileOnly 'com.github.AtlasMediaGroup:TFGuilds:master-SNAPSHOT'
compileClasspath('org.apache.commons:commons-lang3:3.11')
compileClasspath('commons-codec:commons-codec:1.15')
compileClasspath('com.github.speedxx:Mojangson:1957eef8d6')
compileClasspath('io.papermc:paperlib:1.0.6')
compileClasspath('org.reflections:reflections:0.9.12')
compileClasspath('org.javassist:javassist:3.28.0-GA')
implementation('org.projectlombok:lombok:1.18.20')
compileClasspath('org.jetbrains:annotations:21.0.1')
implementation('org.junit.jupiter:junit-jupiter:5.7.2')
compileClasspath('com.mattmalec:Pterodactyl4J:2.BETA_49')
compileOnly('org.spigotmc:spigot:1.17-R0.1-SNAPSHOT')
compileOnly('com.github.TotalFreedomMC:BukkitTelnet:541e9fdb84')
compileOnly('com.github.TotalFreedomMC:TF-LibsDisguises:48f01cf2fe')
compileOnly('com.sk89q.worldedit:worldedit-bukkit:7.3.0-SNAPSHOT')
compileOnly('net.ess3:EssentialsX:2.18.2')
compileOnly('net.dv8tion:JDA:4.3.0_277')
compileOnly('net.coreprotect:coreprotect:19.5')
compileOnly('com.sk89q.worldguard:worldguard-bukkit:7.0.5')
compileOnly('com.github.vexsoftware:votifier:v1.9')
compileOnly('net.goldtreeservers:worldguardextraflags:4.0.0')
compileOnly('com.github.AtlasMediaGroup:TFGuilds:master-SNAPSHOT')
}
group = 'me.totalfreedom'
@ -138,7 +121,7 @@ task buildProperties(type: WriteProperties) {
outputFile = file('/src/main/resources/build.properties')
property 'buildDate', getDate()
// make it not reset to unknown every time
property 'buildAuthor', 'Ember'
property 'buildAuthor', 'unknown'
property 'buildCodeName', 'Ember'
property 'buildHead', getGitHash()
// buildNumber