Polish
See gh-23634 Closes gh-23634
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user