mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2026-09-01 15:18:53 +00:00
Revert disableRecompilation
This doesn't apply parchment mappings, and so parameters are all named "o". This confuses OverridingMethodInconsistentArgumentNamesChecker, so let's ignore this for now.
This commit is contained in:
@@ -19,11 +19,7 @@ val mcVersion: String by extra
|
||||
|
||||
legacyForge {
|
||||
val libs = project.extensions.getByType<VersionCatalogsExtension>().named("libs")
|
||||
|
||||
enable {
|
||||
forgeVersion = "$mcVersion-${libs.findVersion("forge").get()}"
|
||||
setDisableRecompilation(providers.environmentVariable("CI").isPresent)
|
||||
}
|
||||
version = "$mcVersion-${libs.findVersion("forge").get()}"
|
||||
|
||||
parchment {
|
||||
minecraftVersion = libs.findVersion("parchmentMc").get().toString()
|
||||
|
||||
Reference in New Issue
Block a user