We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Gradle is a build tool (like Ant, Maven) written in Groovy. It has a plugin for node (https://github.com/srs/gradle-node-plugin) and may be able to run Karma tests as well (http://stackoverflow.com/questions/22336537/how-to-run-js-karma-tests-from-gradle). Of course, it supports JUnit tests and the Maven project structure out of the box as well.
Since we have such a mix of languages, maybe we could look into a language-neutral build/test/deploy approach down the road.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Gradle is a build tool (like Ant, Maven) written in Groovy. It has a plugin for node (https://github.com/srs/gradle-node-plugin) and may be able to run Karma tests as well (http://stackoverflow.com/questions/22336537/how-to-run-js-karma-tests-from-gradle). Of course, it supports JUnit tests and the Maven project structure out of the box as well.
Since we have such a mix of languages, maybe we could look into a language-neutral build/test/deploy approach down the road.
The text was updated successfully, but these errors were encountered: