You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/plugin/ResolveMainClassName.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -91,8 +91,8 @@ public void setClasspath(FileCollection classpath) {
91
91
}
92
92
93
93
/**
94
-
* Sets the classpath to include in the archive. The given {@code classpath} is
95
-
* evaluated as per {@link Project#files(Object...)}.
94
+
* Sets the classpath that the task will examine when resolving the main class name.
95
+
* The given {@code classpath} is evaluated as per {@link Project#files(Object...)}.
0 commit comments