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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user