Skip to content

Commit 29c675d

Browse files
authored
Merge pull request quarkusio#49814 from Eng-Fouad/patch-2
Update javadoc of QuarkusDev.getWorkingDirectory
2 parents 43826d2 + fd06a5d commit 29c675d

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)