Skip to content

Update Gradle Wrapper #113

Update Gradle Wrapper

Update Gradle Wrapper #113

Triggered via schedule August 30, 2023 01:12
Status Failure
Total duration 1m 20s
Artifacts
update-gradle-wrapper
1m 11s
update-gradle-wrapper
Fit to window
Zoom out
Zoom in

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 21s