Skip to content

Commit

Permalink
temporarily disabling all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolanrensen committed Feb 12, 2025
1 parent d6fe324 commit 3496cb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ tasks.named<DependencyUpdatesTask>("dependencyUpdates").configure {
kotlin.jvmToolchain(11)

allprojects {
tasks.named { "test" in it.lowercase() }.configureEach {
enabled = false
}
tasks.withType<KotlinCompile> {
compilerOptions {
jvmTarget = JvmTarget.JVM_1_8
Expand Down

0 comments on commit 3496cb7

Please sign in to comment.