Skip to content

Commit

Permalink
Added main class
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Apr 29, 2024
1 parent b18e657 commit 0cfe6a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ dependencies {
testImplementation 'io.strikt:strikt-core:0.34.1'
}

application {
applicationName = "service"
mainClass.set("com.exactpro.th2.codec.MainKt")
}

test {
useJUnitPlatform()
}
Expand Down

0 comments on commit 0cfe6a6

Please sign in to comment.