You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gradle 8 prevents you from adding configuration with scope = compileClasspath.
The common-dependencies-legacy lib should skip unsupported configurations? (or try/catch?)
* Where:
Script '/Users/jp20688/workspace/line-server-common/gradle/scripts/lib/common-dependencies-legacy.gradle' line: 178
* What went wrong:
A problem occurred configuring project ':foobar'.
> Dependencies can not be declared against the `compileClasspath` configuration.
The text was updated successfully, but these errors were encountered:
common-dependencies-legacy.gradle is no longer maintained. I'm going to fix only common-dependencies.gradle to execute gradle-scripts with Gradle 8. So I recommend you migrate dependencies.yaml to dependencies.toml.
If you really want to use dependencies.yaml and backward compatibility is necessary, let me know. I'll consider whether to support dependencies.yaml yet.
Gradle 8 prevents you from adding configuration with scope =
compileClasspath
.The
common-dependencies-legacy
lib should skip unsupported configurations? (or try/catch?)The text was updated successfully, but these errors were encountered: