Skip to content

Commit

Permalink
Update Spotless and multi-filament
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore authored Feb 25, 2024
1 parent 732070b commit 0105881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ buildscript {
plugins {
id 'java' // for constants, packages, javadoc
id 'maven-publish'
id "com.diffplug.spotless" version "6.17.0"
id "com.diffplug.spotless" version "6.21.0"
id 'net.fabricmc.filament' version "0.6.2"
id 'net.legacyfabric.multifilament' version "0.2.7" apply false
id 'net.legacyfabric.multifilament' version "0.2.8" apply false
}

def taskName = project.gradle.startParameter.taskNames[0]
Expand Down Expand Up @@ -695,4 +695,4 @@ unifyMappings.configure {
it.mustRunAfter(task)
}
}
}
}

0 comments on commit 0105881

Please sign in to comment.