Skip to content

Commit

Permalink
fix(build): remove blossom
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubxity committed Jan 3, 2024
1 parent 72f23f2 commit 9afe0ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ plugins {
kotlin("kapt") version "1.9.22" apply false
kotlin("plugin.serialization") version "1.9.22" apply false
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("net.kyori.blossom") version "2.1.0" apply false
}

allprojects {
Expand Down
6 changes: 0 additions & 6 deletions platforms/fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

plugins {
id("fabric-loom") version "1.4.5"
id("net.kyori.blossom")
}

val transitiveInclude: Configuration by configurations.creating {
Expand Down Expand Up @@ -77,8 +76,3 @@ java {
sourceCompatibility = JavaVersion.VERSION_16
targetCompatibility = JavaVersion.VERSION_16
}

blossom {
replaceTokenIn("src/main/kotlin/dev/cubxity/plugins/metrics/fabric/bootstrap/UnifiedMetricsFabricBootstrap.kt")
replaceToken("@version@", version)
}

0 comments on commit 9afe0ab

Please sign in to comment.