Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle 8 compatibility #143

Open
mauhiz opened this issue Mar 16, 2023 · 1 comment
Open

Gradle 8 compatibility #143

mauhiz opened this issue Mar 16, 2023 · 1 comment

Comments

@mauhiz
Copy link
Contributor

mauhiz commented Mar 16, 2023

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.
@ikhoon
Copy link
Contributor

ikhoon commented May 2, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants