Browse Source

Polish

pull/26153/head
Phillip Webb 5 years ago
parent
commit
a0f5169966
  1. 2
      spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/ResolveMainClassName.java

2
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/ResolveMainClassName.java

@ -101,7 +101,7 @@ public class ResolveMainClassName extends DefaultTask { @@ -101,7 +101,7 @@ public class ResolveMainClassName extends DefaultTask {
/**
* Returns the property for the explicitly configured main class name that should be
* used in favour of resolving the main class name from the classpath.
* used in favor of resolving the main class name from the classpath.
* @return the configured main class name property
*/
@Input

Loading…
Cancel
Save