Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Clean up build system
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilsen84 committed Aug 1, 2023
1 parent f09a07b commit a58a3e9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ tasks.clean {
}

configurations.create("asar") {
isCanBeConsumed = true
isCanBeResolved = false
}

artifacts {
add("asar", file("out/gui.asar")){
outgoing.artifact(file("out/gui.asar")) {
builtBy(buildGui)
}
}

0 comments on commit a58a3e9

Please sign in to comment.