Update Gradle Wrapper #161
update-gradle-wrapper.yml
on: schedule
update-gradle-wrapper
3m 10s
Annotations
1 error and 1 warning
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 1m 44s
|
update-gradle-wrapper
Failed to save cache entry with path '/home/runner/.gradle/caches/modules-*/files-*/*/*/*/*' and key: dependencies-aaea16a37093afd6f3aa365174a3c358: Error: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|