From 7c23c31f48ae807c6e195bb2850cf6130454dafc Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Tue, 22 Sep 2020 15:47:58 -0400 Subject: [PATCH] Updated to resolve failed build --- pom.xml | 4 ---- .../batch-job/src/test/resources/application.properties | 1 + .../timestamp/src/test/resources/application.properties | 1 + 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e79ee871..12d5ec7c 100755 --- a/pom.xml +++ b/pom.xml @@ -251,10 +251,6 @@ org.apache.maven.plugins maven-checkstyle-plugin - - io.spring.javaformat - spring-javaformat-maven-plugin - diff --git a/spring-cloud-task-samples/batch-job/src/test/resources/application.properties b/spring-cloud-task-samples/batch-job/src/test/resources/application.properties index 99114d27..559bc636 100644 --- a/spring-cloud-task-samples/batch-job/src/test/resources/application.properties +++ b/spring-cloud-task-samples/batch-job/src/test/resources/application.properties @@ -13,5 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # + logging.level.root=DEBUG spring.application.name=Demo Batch Job Task diff --git a/spring-cloud-task-samples/timestamp/src/test/resources/application.properties b/spring-cloud-task-samples/timestamp/src/test/resources/application.properties index d6175d92..45f205aa 100644 --- a/spring-cloud-task-samples/timestamp/src/test/resources/application.properties +++ b/spring-cloud-task-samples/timestamp/src/test/resources/application.properties @@ -13,5 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # + logging.level.org.springframework.cloud.task=DEBUG spring.application.name=Demo Timestamp Task