where is the pom.xml
Closed this issue · 2 comments
lengendary commented
I want to check out this project.But I didn't find the pom.xml. Please help me ,thank u!
helloworlde commented
It's a Gradle project, you can build by ./gradlew clean build -x test
rather than Maven. Almost all IDE support Gradle also. You can find more information in https://gradle.org/
lengendary commented
It's a Gradle project, you can build by
./gradlew clean build -x test
rather than Maven. Almost all IDE support Gradle also. You can find more information in https://gradle.org/
Ok ! I will search for it ! Thank u very much!