Update Gradle Wrapper #143
update-gradle-wrapper.yml
on: schedule
update-gradle-wrapper
1m 46s
Annotations
1 error
update-gradle-wrapper
❌ e: file:///home/runner/work/okhttp-client-mock/okhttp-client-mock/library/build.gradle.kts:15:32: Type mismatch: inferred type is Unit but Provider<TypeVariable(T)!>! was expected
e: file:///home/runner/work/okhttp-client-mock/okhttp-client-mock/library/build.gradle.kts:15:34: Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
public fun NamedDomainObjectProvider<Configuration>.extendsFrom(other: NamedDomainObjectProvider<Configuration>): Unit defined in org.jetbrains.kotlin.gradle.utils
e: file:///home/runner/work/okhttp-client-mock/okhttp-client-mock/library/build.gradle.kts:16:39: Type mismatch: inferred type is Unit but Provider<TypeVariable(T)!>! was expected
e: file:///home/runner/work/okhttp-client-mock/okhttp-client-mock/library/build.gradle.kts:16:41: Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
public fun NamedDomainObjectProvider<Configuration>.extendsFrom(other: NamedDomainObjectProvider<Configuration>): Unit defined in org.jetbrains.kotlin.gradle.utils
FAILURE: Build failed with an exception.
* Where:
Build file '/home/runner/work/okhttp-client-mock/okhttp-client-mock/library/build.gradle.kts' line: 15
* What went wrong:
Script compilation errors:
Line 15: configurations.compileOnly { extendsFrom(compileOnlyAndTests) }
^ Type mismatch: inferred type is Unit but Provider<TypeVariable(T)!>! was expected
Line 15: configurations.compileOnly { extendsFrom(compileOnlyAndTests) }
^ Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
public fun NamedDomainObjectProvider<Configuration>.extendsFrom(other: NamedDomainObjectProvider<Configuration>): Unit defined in org.jetbrains.kotlin.gradle.utils
Line 16: configurations.testImplementation { extendsFrom(compileOnlyAndTests) }
^ Type mismatch: inferred type is Unit but Provider<TypeVariable(T)!>! was expected
Line 16: configurations.testImplementation { extendsFrom(compileOnlyAndTests) }
^ Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
public fun NamedDomainObjectProvider<Configuration>.extendsFrom(other: NamedDomainObjectProvider<Configuration>): Unit defined in org.jetbrains.kotlin.gradle.utils
4 errors
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 50s
|