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
I tried to install ClearVolume on Windows (10 and 11) but failed.
I first managed to process the ".\gradlew build" successfully, but I cannot find any generated executable to then start ClearVolume. I looked in the buld folder but couldn't find any folder entitled executable.
I then tried to run the "build.bat". I installed the latest gradle version, 8.5, but I got this message:
`* Where:
Build file 'C:\Users\tpecot\ClearVolume\build.gradle' line: 123
What went wrong:
A problem occurred evaluating root project 'ClearVolume'.
Could not set unknown property 'classifier' for task ':sourcesJar' of type org.gradle.api.tasks.bundling.Jar.
Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
Hi,
I tried to install ClearVolume on Windows (10 and 11) but failed.
I first managed to process the ".\gradlew build" successfully, but I cannot find any generated executable to then start ClearVolume. I looked in the buld folder but couldn't find any folder entitled executable.
I then tried to run the "build.bat". I installed the latest gradle version, 8.5, but I got this message:
`* Where:
Build file 'C:\Users\tpecot\ClearVolume\build.gradle' line: 123
A problem occurred evaluating root project 'ClearVolume'.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.5/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 4s`
What did I do wrong? Thanks a lot!
The text was updated successfully, but these errors were encountered: