Skip to content

Commit

Permalink
build: configure main classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed May 27, 2024
1 parent 2c43324 commit ad1c97c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cli-console/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// Use of this source code is governed by the MIT license that can be found in the LICENSE.md file.
import org.aya.gradle.CommonTasks

val mainClassQName = "org.aya.cli.console.Main"
CommonTasks.fatJar(project, mainClassQName)
application.mainClass.set(mainClassQName)

dependencies {
api(project(":tools-repl"))
api(project(":cli-impl"))
Expand Down

0 comments on commit ad1c97c

Please sign in to comment.