Skip to content

Commit

Permalink
another building fix attempt (CCBlueX#4309)
Browse files Browse the repository at this point in the history
  • Loading branch information
mems01 authored Nov 1, 2024
1 parent 706d7fc commit 4fb24a6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,6 @@ reobf {

jar.dependsOn("shadowJar")

configurations {
compileClasspath {
attributes.attribute(Attribute.of("org.gradle.jvm.environment", String), "standard-jvm")
}
include {
attributes.attribute(Attribute.of("org.gradle.jvm.environment", String), "standard-jvm")
}
}

tasks.reobfShadowJar.mustRunAfter shadowJar
tasks.reobfJar.dependsOn(shadowJar)

Expand Down

0 comments on commit 4fb24a6

Please sign in to comment.