I can't build the project

Hello everyone,
I followed the procedure indicated in the axelor site :

https://docs.axelor.com/abs/5.0/install/source/windows.html

JAVA_HOME : C:\Program Files\Eclipse Adoptium\jdk-17.0.4.101-hotspot
path :
Java : C:\Program Files\Eclipse Adoptium\jdk-17.0.4.101-hotspot\bin
Gradle : D:\dev\tools\libs\gradle-7.5.1\bin

Version of axelor 6.3.0

when I compile the project : i recieve this message :

HP ELITEBOOK 840@DESKTOP-OI9KD6F MINGW64 /d/axelor6.3/open-suite-webapp (master)
$ gradle clean

Task :buildSrc:compileJava UP-TO-DATE
Task :buildSrc:compileGroovy NO-SOURCE
Task :buildSrc:processResources NO-SOURCE
Task :buildSrc:classes UP-TO-DATE
Task :buildSrc:jar UP-TO-DATE
Task :buildSrc:assemble UP-TO-DATE
Task :buildSrc:compileTestJava NO-SOURCE
Task :buildSrc:compileTestGroovy NO-SOURCE
Task :buildSrc:processTestResources NO-SOURCE
Task :buildSrc:testClasses UP-TO-DATE
Task :buildSrc:test NO-SOURCE
Task :buildSrc:check UP-TO-DATE
Task :buildSrc:build UP-TO-DATE

FAILURE: Build failed with an exception.

  • Where:
    Build file ‹ D:\axelor6.3\open-suite-webapp\modules\axelor-open-suite\axelor-bpm\build.gradle › line: 20

  • What went wrong:
    A problem occurred evaluating project ‹ :modules:axelor-bpm ›.

Could not find method compile() for arguments [org.camunda.bpm:camunda-engine:7.17.0] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

  • 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.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use ‹ –warning-mode all › to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See Command-Line Interface

BUILD FAILED in 1s
2 actionable tasks: 2 up-to-date

it needs java 8

Thank you Ahmad