-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch from Maven to Gradle #39
Comments
Do you prefer a single build file or as per project as you have it now with your poms? |
I just don't know how to build a maven plugin by Gradle. Maybe http://stackoverflow.com/questions/11209382/build-maven-plugins-using-gradle helps. |
There are still a lot things to do, just look at https://github.com/TNG/junit-dataprovider/blob/master/build.gradle to get some ideas ... |
Thanks for already working on this :-) |
Some further questions on this issue:
|
|
|
Great! Thx! The test-jars are not necessary, IMO. Then the main thing that is missing is the maven-plugin. I will have a look at that. |
Conflicts: jgiven-core/pom.xml jgiven-examples/pom.xml jgiven-junit/pom.xml jgiven-maven-plugin/pom.xml jgiven-spring/pom.xml jgiven-testng/pom.xml jgiven-tests/pom.xml pom.xml
Replace the given Maven build system with Gradle
The text was updated successfully, but these errors were encountered: