From 1664ce0f20726224c2114d853966e54d7681511f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Jul 2022 15:47:54 +0100 Subject: [PATCH] Uses tabs consistently for indentation in spring-boot-dependencies --- spring-boot-project/spring-boot-dependencies/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 57a23f67d2b..3b2c6135460 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -74,9 +74,9 @@ bom { } } library("Artemis", "2.19.1") { - prohibit("[2.20.0,)") { - because "it requires Java 11" - } + prohibit("[2.20.0,)") { + because "it requires Java 11" + } group("org.apache.activemq") { modules = [ "artemis-amqp-protocol", @@ -340,7 +340,7 @@ bom { "flyway-core", "flyway-firebird", "flyway-mysql", - "flyway-sqlserver" + "flyway-sqlserver" ] plugins = [ "flyway-maven-plugin"