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 f926be6 commit fd06a5dCopy full SHA for fd06a5d
devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java
@@ -186,8 +186,7 @@ public FileCollection getCompilationOutput() {
186
/**
187
* The directory to be used as the working dir for the dev process.
188
*
189
- * Defaults to the main source set's classes directory. If there are
190
- * multiple, one is picked at random (see {@link QuarkusPluginExtension#getLastFile}).
+ * Defaults to the project directory.
191
192
* @return workingDirectory
193
*/
0 commit comments