See gh-30695
This commit is contained in:
izeye
2022-04-15 23:38:27 +09:00
committed by Stephane Nicoll
parent 4c5cb772ff
commit ed412af138
11 changed files with 12 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ import org.gradle.api.tasks.TaskAction;
*/
public class DocumentDevtoolsPropertyDefaults extends DefaultTask {
private Configuration devtools;
private final Configuration devtools;
private final RegularFileProperty outputFile;