Skip to content

Commit fd06a5d

Browse files
authored
Update javadoc of QuarkusDev.getWorkingDirectory
1 parent f926be6 commit fd06a5d

File tree

1 file changed

+1
-2
lines changed
  • devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks

1 file changed

+1
-2
lines changed

devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,7 @@ public FileCollection getCompilationOutput() {
186186
/**
187187
* The directory to be used as the working dir for the dev process.
188188
*
189-
* Defaults to the main source set's classes directory. If there are
190-
* multiple, one is picked at random (see {@link QuarkusPluginExtension#getLastFile}).
189+
* Defaults to the project directory.
191190
*
192191
* @return workingDirectory
193192
*/

0 commit comments

Comments
 (0)