Skip to content

Commit

Permalink
Fix dist wiring (#4352)
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Jan 17, 2025
1 parent dea4e89 commit 22bb1bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ trait InstallModule extends build.MillPublishJavaModule {
}
def moduleDeps = Seq(build.runner, build.idea, build.main.init)

def jar = executableRaw()
def executableRaw: T[PathRef]

def executable = Task {
Expand Down

0 comments on commit 22bb1bf

Please sign in to comment.