Skip to content

Commit

Permalink
update preprocessor to 8de9ff8bf3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Nov 13, 2024
1 parent 019ab9f commit ad51f9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ plugins {

// https://github.com/ReplayMod/preprocessor
// https://github.com/Fallen-Breath/preprocessor
id 'com.replaymod.preprocess' version 'ce1aeb2b'
id 'com.replaymod.preprocess' version '8de9ff8bf3'

// https://github.com/Fallen-Breath/yamlang
id 'me.fallenbreath.yamlang' version '1.4.0' apply false
}

preprocess {
strictExtraMappings = false

def mc114 = createNode('1.14.4', 1_14_04, '')
def mc115 = createNode('1.15.2', 1_15_02, '')
def mc116 = createNode('1.16.5', 1_16_05, '')
Expand Down
4 changes: 0 additions & 4 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ apply plugin: 'me.fallenbreath.yamlang'

int mcVersion = project.mcVersion

preprocess {
tabIndentation = true
}

repositories {
maven {
url 'https://jitpack.io'
Expand Down

0 comments on commit ad51f9a

Please sign in to comment.