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 Apr 29, 2024
1 parent dfe01f4 commit 1ebb206
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ plugins {
group = 'com.exactpro.th2'
version = release_version

kotlin {
jvmToolchain(11)
}

repositories {
mavenCentral()
maven {
Expand Down Expand Up @@ -60,6 +64,11 @@ dependencies {
testImplementation 'io.strikt:strikt-core:0.34.1'
}

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

test {
useJUnitPlatform()
}
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
release_version=3.0.0
app_main_class=com.exactpro.th2.codec.MainKt
release_version=3.0.0

0 comments on commit 1ebb206

Please sign in to comment.