Skip to content

Commit

Permalink
[Fix] Fixed a regression with JVM7 downgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
CDAGaming committed Jun 9, 2024
1 parent 206c746 commit f46c2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ subprojects {
"$extModId/jvmdg/api"
}
if (buildVersion.isJava7) {
jvmdg.debugSkipStubs.add(buildVersion)
jvmdg.debugSkipStubs.add(JavaVersion.VERSION_1_8)
}

val remapJar = tasks.getByName<RemapJarTask>("remapJar") {
Expand Down

0 comments on commit f46c2ee

Please sign in to comment.