From 38ac59561567a4e4712044a4b9d8e9cba94919c3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 3 Jan 2018 10:50:16 +0000 Subject: [PATCH] Polish --- .../bundling/BootJarIntegrationTests-reproducibleArchive.gradle | 2 +- .../bundling/BootWarIntegrationTests-reproducibleArchive.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/resources/org/springframework/boot/gradle/tasks/bundling/BootJarIntegrationTests-reproducibleArchive.gradle b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/resources/org/springframework/boot/gradle/tasks/bundling/BootJarIntegrationTests-reproducibleArchive.gradle index 8885cfdb1e..a20a9c1094 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/resources/org/springframework/boot/gradle/tasks/bundling/BootJarIntegrationTests-reproducibleArchive.gradle +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/resources/org/springframework/boot/gradle/tasks/bundling/BootJarIntegrationTests-reproducibleArchive.gradle @@ -10,5 +10,5 @@ apply plugin: 'org.springframework.boot' bootJar { mainClassName = 'com.example.Application' preserveFileTimestamps = false - reproducibleFileOrder = true + reproducibleFileOrder = true } diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/resources/org/springframework/boot/gradle/tasks/bundling/BootWarIntegrationTests-reproducibleArchive.gradle b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/resources/org/springframework/boot/gradle/tasks/bundling/BootWarIntegrationTests-reproducibleArchive.gradle index ea3f6e0da7..4e1274f7ca 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/resources/org/springframework/boot/gradle/tasks/bundling/BootWarIntegrationTests-reproducibleArchive.gradle +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/resources/org/springframework/boot/gradle/tasks/bundling/BootWarIntegrationTests-reproducibleArchive.gradle @@ -10,5 +10,5 @@ apply plugin: 'org.springframework.boot' bootWar { mainClassName = 'com.example.Application' preserveFileTimestamps = false - reproducibleFileOrder = true + reproducibleFileOrder = true }