Maven to Gradle Conversion of Multi Project Build

Hi ,
I have cloned https://github.com/spring-io/initializr
and executed it perfectly with maven. Maven Build was successful .

Now , i tried to convert this project to Gradle with
gradle init ,
gradle build , fails here

Note : My request is , Please try in your local and let me know if the error is fixed

hi,i got the same problem as you said above. could you tell me how you solved this problem? thanks