File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
buildSrc/src/main/java/com/google/firebase/gradle/plugins Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import java.net.URL
18
18
import javax.xml.parsers.DocumentBuilderFactory
19
19
import org.gradle.api.DefaultTask
20
20
import org.gradle.api.GradleException
21
- import org.gradle.api.file.RegularFile
21
+ import org.gradle.api.file.RegularFileProperty
22
22
import org.gradle.api.provider.Property
23
23
import org.gradle.api.tasks.Input
24
24
import org.gradle.api.tasks.InputFile
@@ -37,7 +37,7 @@ import org.w3c.dom.Element
37
37
* @throws GradleException if a dependency is found with a degraded version
38
38
*/
39
39
abstract class PomValidator : DefaultTask () {
40
- @get:InputFile abstract val pomFile: Property < RegularFile >
40
+ @get:InputFile abstract val pomFile: RegularFileProperty
41
41
@get:Input abstract val artifactId: Property <String >
42
42
@get:Input abstract val groupId: Property <String >
43
43
You can’t perform that action at this time.
0 commit comments