You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem now is with the build of the project . With Maven you run mvn clean package and it builds the jar along with it's dependencies . I currently don't know how to do it on Gradle , but i will find it soon .
What we need to do with Gradle
We need to add Goals inside the build.gradle in order to match with the pom.xml . Check it i have added plugins there .
Finally
We have to decide , we continue with Maven or Gradle ? We don't need both .
The text was updated successfully, but these errors were encountered:
Generally
@badarshahzad @Naeemkhan12
Hello my friends , you added Gradle but you must follow the Gradle Project Layout , it is similar like Maven :
Please read Java Gradle Project Layout
Warning
The problem now is with the build of the project . With Maven you run
mvn clean package
and it builds the jar along with it's dependencies . I currently don't know how to do it on Gradle , but i will find it soon .What we need to do with Gradle
We need to add Goals inside the
build.gradle
in order to match with thepom.xml
. Check it i have added plugins there .Finally
We have to decide , we continue with Maven or Gradle ? We don't need both .
The text was updated successfully, but these errors were encountered: