| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
We don't really need a separate repo for the CDK, when really we want to build a CDK zip whenever we update ClientAPI. This commit adds a build task to do just that. It takes generic files from ClientAPI (license, gradle), CDK specific files and the example source code and archives them as a zip file in build/distributions. This means we kan keep all the CDK specific files here (in a cdk dir) and stop maintaining yet another repo.
There was a problem hiding this comment.
Looks good™
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Inspired by the way Forge builds its MDK, we should do the same with out CDK.
We don't really need a separate repo for the CDK, when really we want to build a CDK zip whenever we update ClientAPI.
This commit adds a build task to do just that. It takes generic files from ClientAPI (license, gradle), CDK specific files and the example source code and archives them as a zip file in build/distributions.
This means we kan keep all the CDK specific files here (in a cdk dir) and stop maintaining yet another repo.
This also means that the example code is no longer needed in multiple locations and we will be able to bin the complicated submodule setup. I've not done that here to keep the commit small/single purpose and because the example repo isn't up to date with @ZeroMemes's local copy.