Skip to content

Commit

Permalink
Fix reference to main class
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikJannsen committed Dec 11, 2024
1 parent aa29442 commit 2969488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/http-api-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ java {
}

application {
mainClass.set("bisq.rest_api_node.RestApiApp")
mainClass.set("bisq.http_api_node.HttpApiApp")
}

dependencies {
Expand Down

0 comments on commit 2969488

Please sign in to comment.