Knotx / knotx-example-project

Example Project contains samples of various Knot.x modules implementations and usages
https://knotx.io
Apache License 2.0
4 stars 12 forks source link

Feature/gradle support #12

Closed tomaszmichalak closed 6 years ago

tomaszmichalak commented 6 years ago

An example project is a pattern showing how to build a custom project distribution using the Knot.x Stack and project specific modules. We have projects that use both gradle and maven - it is much better to provide a gradle build script instead of dealing with one project on the other.

With this change projects that use gradle can easily adapt the example project into their codebase.

malaskowski commented 6 years ago

@marcinczeczko I understand this project as the example of how Knot.x-based platform codebase could look like. And this example contains both, maven or gradle build scripts to show that both can be used to manage the project. What is missing, is maybe an explanation of that idea in the main README file.

tomaszmichalak commented 6 years ago

@marcinczeczko @Skejven I am working on documentation.