Skip to content

Commit

Permalink
Merge branch 'refs/heads/1.20.3' into 1.20.1-new
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Apr 23, 2024
2 parents 969b30b + 8d8c7fa commit a796ebe
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,13 @@ tasks {
duplicatesStrategy = DuplicatesStrategy.INCLUDE

val sodiumCompatibility = sourceSets.getByName("sodiumCompatibility")
from(sodiumCompatibility.output.classesDirs)
from(sodiumCompatibility.output.resourcesDir)
from(sodiumCompatibility.output)

val vendored = sourceSets.getByName("vendored")
from(vendored.output.classesDirs)
from(vendored.output.resourcesDir)
from(vendored.output)

val desktop = sourceSets.getByName("desktop")
from(desktop.output.classesDirs)
from(desktop.output.resourcesDir)
from(desktop.output)

manifest.attributes["Main-Class"] = "net.irisshaders.iris.LaunchWarn"
}
Expand Down

0 comments on commit a796ebe

Please sign in to comment.