Skip to content

Commit

Permalink
Corrected after review
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Sep 9, 2024
1 parent d06e0b8 commit 07a426c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,10 @@ signing {
sign publishing.publications.mavenJava
}

compileKotlin {
kotlinOptions.jvmTarget = "11"
application {
mainClassName = "com.exactpro.th2.service.generator.protoc.Main"
}

mainClassName = "com.exactpro.th2.service.generator.protoc.Main"

shadowJar {
mergeServiceFiles()

Expand Down

0 comments on commit 07a426c

Please sign in to comment.