Skip to content

Commit

Permalink
Shade the Windows Sandbox jar into the main project
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaninjas committed Oct 12, 2023
1 parent 1b906f3 commit 05c1961
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ dependencies {
if (Os.isFamily(Os.FAMILY_UNIX) && !Os.isFamily(Os.FAMILY_MAC)) {
shade(project(":nosession_libc", "lib"))
}
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
shade(project(":windows_sandbox", "lib"))
}
compileOnly("org.spongepowered:mixin:0.7.11-SNAPSHOT")
annotationProcessor("org.spongepowered:mixin:0.8.5:processor")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
Expand Down

0 comments on commit 05c1961

Please sign in to comment.