Gradlew ends with error while building

0
Hello to All,   I am trying build an apk in windows 11 platform using gradlew 8.5, with jdk 11.    I am getting following error   * Where:Script 'react.gradle' line: 395 * What went wrong:A problem occurred configuring project ':app'. > Could not create task ':app:copyAppstoreDebugBundledJs'.    > Could not create task ':app:mergeAppstoreDebugAssets'.      > Cannot use @TaskAction annotation on method IncrementalTask.taskAction$gradle_core() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.   How to fix this ?   Kindly help me.   Regards Sudhir
asked
1 answers
0

Hi,

Consider using a lower version of Gradle or upgrading to the latest version of JDK.

 

answered