diff --git a/buildSrc/src/main/java/org/springframework/boot/gradle/JavaConventionsPlugin.java b/buildSrc/src/main/java/org/springframework/boot/gradle/JavaConventionsPlugin.java index f7deabfb..5a3aa974 100644 --- a/buildSrc/src/main/java/org/springframework/boot/gradle/JavaConventionsPlugin.java +++ b/buildSrc/src/main/java/org/springframework/boot/gradle/JavaConventionsPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2022 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -49,8 +49,6 @@ import org.gradle.api.tasks.testing.Test; import org.gradle.api.tasks.testing.logging.TestExceptionFormat; import org.gradle.api.tasks.testing.logging.TestLogEvent; import org.gradle.external.javadoc.CoreJavadocOptions; -import org.gradle.testretry.TestRetryPlugin; -import org.gradle.testretry.TestRetryTaskExtension; import org.springframework.boot.gradle.classpath.CheckClasspathForProhibitedDependencies; import org.springframework.boot.gradle.optional.OptionalDependenciesPlugin; @@ -66,8 +64,7 @@ import org.springframework.util.StringUtils; *