Update Gradle Wrapper #463
update-gradle-wrapper.yml
on: schedule
update-gradle-wrapper
3m 8s
Annotations
1 error
|
update-gradle-wrapper
❌ e: file:///home/runner/work/extra-ktor-plugins/extra-ktor-plugins/buildSrc/build.gradle.kts:52:5: 'fun kotlinOptions(fn: KotlinJvmOptions.() -> Unit): Unit' is deprecated. Please migrate to the compilerOptions DSL. More details are here: https://kotl.in/u1r8ln.
FAILURE: Build failed with an exception.
* Where:
Build file '/home/runner/work/extra-ktor-plugins/extra-ktor-plugins/buildSrc/build.gradle.kts' line: 52
* What went wrong:
Script compilation errors:
Line 52: kotlinOptions {
^ 'fun kotlinOptions(fn: KotlinJvmOptions.() -> Unit): Unit' is deprecated. Please migrate to the compilerOptions DSL. More details are here: https://kotl.in/u1r8ln.
Line 53: freeCompilerArgs = freeCompilerArgs + "-Xcontext-receivers"
^ 'var freeCompilerArgs: List<String>' is deprecated. Please migrate to the compilerOptions DSL. More details are here: https://kotl.in/u1r8ln.
Line 53: freeCompilerArgs = freeCompilerArgs + "-Xcontext-receivers"
^ 'var freeCompilerArgs: List<String>' is deprecated. Please migrate to the compilerOptions DSL. More details are here: https://kotl.in/u1r8ln.
3 errors
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Get more help at https://help.gradle.org.
BUILD FAILED in 39s
|