Hi everyone i am a new to axelor, i downloaded from git the open platform 6.1.0, i used eclipse to import the project as a gradle existing project, then i launched ‹ gradle build › , ‹ gradle wrapper › and ./gradlew build without any problem but when i start the server ‹ ./gradlew --no-daemon run › it says :
'An exception occurred applying plugin request [id: ‹ com.axelor.app ›, version: ‹ 6.1.+ ›]
Failed to apply plugin class ‹ com.axelor.gradle.support.WarSupport ›.
java.lang.NullPointerException (no error message)’ how i can resolve this problem?