From 29f5468adaad2625162284d6b40e7606229c4998 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 11 Jun 2020 12:13:37 -0700 Subject: [PATCH] Use java 8 compiler Update Ant smoke test to explicitly use Java 8. --- .../spring-boot-smoke-test-ant/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-ant/build.xml b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-ant/build.xml index c5783617409..de41e746f83 100644 --- a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-ant/build.xml +++ b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-ant/build.xml @@ -29,7 +29,7 @@ - +