rdk / p2rank

P2Rank: Protein-ligand binding site prediction tool based on machine learning. Stand-alone command line program / Java library for predicting ligand binding pockets from protein structure.
https://rdk.github.io/p2rank/
MIT License
242 stars 34 forks source link

installation not clear #67

Closed Canddya closed 11 months ago

Canddya commented 11 months ago

Hi, I got this error after ./make.sh

$ ./make.sh Starting a Gradle Daemon (subsequent builds will be faster)

Task :compileGroovy FAILED

FAILURE: Build failed with an exception.

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.2.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 1m 26s 1 actionable task: 1 executed

Could you help me resolve these errors? Thanks