We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d853fa commit 630fe66Copy full SHA for 630fe66
build-plugin/spring-boot-antlib/src/main/java/org/springframework/boot/ant/FindMainClass.java
@@ -60,7 +60,7 @@ public void execute() throws BuildException {
60
handle(mainClass);
61
}
62
63
- private String findMainClass() {
+ private @Nullable String findMainClass() {
64
if (this.classesRoot == null) {
65
throw new BuildException("one of @mainClass or @classesRoot must be specified");
66
0 commit comments