See gh-23634

Closes gh-23634
This commit is contained in:
Johnny Lim
2020-10-12 20:50:24 +09:00
committed by Phillip Webb
parent a64f2699cc
commit 4a26e11268
4 changed files with 6 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Andy Wilkinson
*/
@ClassPathExclusions("kotlin-daemon-client-*.jar")
public class SpringBootPluginTests {
class SpringBootPluginTests {
@TempDir
File temp;

View File

@@ -137,9 +137,9 @@ This example shows how you can customize the port in case `9001` is already used
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>{gradle-project-version}</version>
<configuration>
<jmxPort>9009</jmxPort>
</configuration>
<configuration>
<jmxPort>9009</jmxPort>
</configuration>
<executions>
<execution>
<id>pre-integration-test</id>