From c8c5fae6780c689b1f4b057e02105819a8df695e Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Wed, 26 Jul 2017 08:30:36 +0200 Subject: [PATCH] Polish build --- .../spring-session-sample-boot-findbyusername.gradle | 6 ------ 1 file changed, 6 deletions(-) diff --git a/samples/boot/findbyusername/spring-session-sample-boot-findbyusername.gradle b/samples/boot/findbyusername/spring-session-sample-boot-findbyusername.gradle index f677cd38..6474dc05 100644 --- a/samples/boot/findbyusername/spring-session-sample-boot-findbyusername.gradle +++ b/samples/boot/findbyusername/spring-session-sample-boot-findbyusername.gradle @@ -25,9 +25,3 @@ integrationTest { systemProperties['spring.session.redis.namespace'] = project.name } } - -integrationTest { - doFirst { - systemProperties['spring.session.redis.namespace'] = project.name - } -}