1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2026-06-02 19:02:07 +00:00

Fix more issues caused by Java 25 update

- Bump CC:T Javadoc version, to fix issues with dropping newlines when
   converting to Markdown. I'd originally planned to switch to
   Markdown-style Javadocs, but tooling is stil a bit lacking
   (Intelli's formatting of @params is entirely broken for instance).

 - Force more recent ASM version, to allow Forge to run.
This commit is contained in:
Jonathan Coates
2026-01-28 09:24:52 +00:00
parent f25f391b41
commit 46f5dc485e
3 changed files with 6 additions and 3 deletions
+3
View File
@@ -124,6 +124,9 @@ legacyForge {
}
configurations {
// Force a more recent version of ASM, so we're compatible with Java 25.
configureEach { resolutionStrategy.force(libs.asm) }
additionalRuntimeClasspath { extendsFrom(jarJar.get()) }
val testAdditionalRuntimeClasspath by registering {