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
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.
The text was updated successfully, but these errors were encountered:
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 getUsing 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
from the settings.gradle.kts. Adding it back, resolves this issue.
The text was updated successfully, but these errors were encountered: