Skip to content

Deprecated warning #85

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

Closed
vincentsijben opened this issue Apr 4, 2025 · 0 comments
Closed

Deprecated warning #85

vincentsijben opened this issue Apr 4, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@vincentsijben
Copy link
Contributor

vincentsijben commented Apr 4, 2025

Describe the bug

When running the template in VSCode, I get Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

Steps to reproduce

When running deployToProcessingSketchbook --warning-mode all I get
Using a toolchain installed via auto-provisioning, but having no toolchain repositories configured. This behavior is deprecated. Consider defining toolchain download repositories, otherwise the build might fail in clean environments; see https://docs.gradle.org/8.5/userguide/toolchains.html#sub:download_repositories

Edit: sorry, i was too quick... I accidentally removed

plugins {
    id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
}

from the settings.gradle.kts. Adding it back, resolves this issue.

@vincentsijben vincentsijben added the bug Something isn't working label Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant