-
Notifications
You must be signed in to change notification settings - Fork 152
Description
Before
- I have checked for similar issues already
- My issue is not a bad syncronisation between the Spotify track and the YouTube audio (Those go here.)
Description
After using docker-compose up -d, the build fails due to an deprecation error.
Console Logs
0 21.61
0 21.61 FAILURE: Build failed with an exception.
0 21.61
0 21.61 * What went wrong:
0 21.61 org.gradle.api.artifacts.dsl.DependencyHandler.registerTransform(Lorg/gradle/api/Action;)V
0 21.61
0 21.61 * Try:
0 21.61 > Run with --stacktrace option to get the stack trace.
0 21.61 > Run with --info or --debug option to get more log output.
0 21.61 > Run with --scan to get full insights.
0 21.61 > Get more help at https://help.gradle.org.
0 21.61
0 21.61 Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
0 21.61
0 21.61 You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
0 21.61
0 21.61 For more on this, please refer to https://docs.gradle.org/8.3/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
0 21.61
0 21.61 BUILD FAILED in 21s
failed to solve: executor failed running [/bin/sh -c cd EternalJukebox && gradle clean shadowJar --no-daemon]: exit code: 1
Additional Information
I've checked the other Issues regarding deprecation and gradle, however was unable to find the Error * What went wrong:
0 21.61 org.gradle.api.artifacts.dsl.DependencyHandler.registerTransform(Lorg/gradle/api/Action;)V