Skip to content

Commit

Permalink
build: remove shadowjar
Browse files Browse the repository at this point in the history
  • Loading branch information
silenium-dev committed Jul 8, 2024
1 parent 51a2617 commit 0405fd9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {
kotlin("jvm")
kotlin("plugin.compose")
id("org.jetbrains.compose")
id("com.github.johnrengelman.shadow") version "8.1.1"
`maven-publish`
}

Expand Down Expand Up @@ -73,16 +72,12 @@ tasks {
// dependsOn(":native:build")
// }

shadowJar {
// jar {
// dependsOn(":native:build")
// from(natives) {
// into("natives")
// }

manifest {
attributes["Main-Class"] = "MainKt"
}
}
// }
}

publishing {
Expand Down

0 comments on commit 0405fd9

Please sign in to comment.