Skip to content

Commit

Permalink
fix postprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Jan 28, 2025
1 parent 2eb4809 commit 7bde730
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ plugins {
id("dev.isxander.modstitch.shadow")
id("dev.isxander.modstitch.publishing")

// EXTREMELY EXTREMELY BROKEN
// RE-ENCODES NON TEXT AS TEXT
// BETA 3 WILL FIX THIS LATER TODAY
val postprocessVersion = "2.1-beta.2"
id("dev.kikugie.postprocess") version postprocessVersion
id("dev.kikugie.postprocess.j52j") version postprocessVersion
id("dev.kikugie.postprocess.j52j") version "2.1-beta.3"
}

// version stuff
Expand Down

0 comments on commit 7bde730

Please sign in to comment.