mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
Remove Blossom as it's not used anymore
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user