Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
selcarpa committed Nov 17, 2023
1 parent 8531224 commit df2f7b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ dependencies {
testImplementation(kotlin("test"))
}

tasks.test {
useJUnitPlatform()
if (properties["release"]!="true"){
tasks.test {
useJUnitPlatform()
}
}

idea {
Expand Down

0 comments on commit df2f7b7

Please sign in to comment.