From 3f6eb4f4b70cbf26226578f9fba1b8074439e650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Sat, 31 Oct 2020 18:53:46 +0100 Subject: [PATCH] Exclude jafu integration tests on the CI --- jafu/build.gradle.kts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/jafu/build.gradle.kts b/jafu/build.gradle.kts index 0a01bfc28..a7993ccda 100644 --- a/jafu/build.gradle.kts +++ b/jafu/build.gradle.kts @@ -61,6 +61,13 @@ dependencies { testImplementation("io.lettuce:lettuce-core") } +tasks.withType { + if (project.hasProperty("isCI")) { + exclude("org/springframework/fu/jafu/redis/ReactiveRedisDslTests.class") + exclude("org/springframework/fu/jafu/redis/RedisDslTests.class") + } +} + publishing { publications { create(project.name) {