File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ object ScreenshotsHelper {
115
115
): CollectScreenshotsTask {
116
116
val task = project.tasks.register<CollectScreenshotsTask >(" collectScreenshots" ).get()
117
117
task.outputDir.set(project.file(project.projectDir.toString() + " /images" ))
118
- task.inputDir.set(File (project.buildDir , " classes/kotlin/${sourceSet.name} " ))
118
+ task.inputDir.set(File (project.layout.buildDirectory.get().asFile , " classes/kotlin/${sourceSet.name} " ))
119
119
task.runtimeDependencies.set(sourceSet.runtimeClasspath)
120
120
task.config()
121
121
task.dependsOn(sourceSet.output)
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments