From 3e30defe71aa33da1021798204877810ef468484 Mon Sep 17 00:00:00 2001 From: Juuz <6596629+Juuxel@users.noreply.github.com> Date: Wed, 19 Jan 2022 12:45:24 +0200 Subject: [PATCH] Remove Blossom as it's not used anymore --- build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build.gradle b/build.gradle index 0386453e..821af0c8 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }