opensergo / opensergo-java-sdk

OpenSergo Java SDK
Apache License 2.0
41 stars 24 forks source link

Should we use gradle instead of maven for build? #6

Open richieyan opened 2 years ago

richieyan commented 2 years ago

Gradle is more suitable for library project, should we change it to gradle? The most reason to use gradle is that it's really fast, and will reduce our time in build!

https://gradle.org/maven-vs-gradle/