Remove Blossom as it's not used anymore

This commit is contained in:
Juuz
2022-01-19 12:45:24 +02:00
parent e73b11da1d
commit 3e30defe71

View File

@@ -10,7 +10,6 @@ plugins {
id 'codenarc'
id "org.jetbrains.kotlin.jvm" version "1.5.31" // Must match the version included with gradle.
id "com.diffplug.spotless" version "5.14.1"
//id 'net.kyori.blossom' version '1.3.0'
id 'me.shedaniel.java-version-bridge' version '1.0-SNAPSHOT'
}
@@ -145,10 +144,6 @@ dependencies {
compileOnly 'org.jetbrains:annotations:23.0.0'
}
/*blossom {
replaceToken '$LOOM_VERSION', version
}*/
jar {
classifier 'jar'
}