-
Notifications
You must be signed in to change notification settings - Fork 49
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
Gradle Builds #630
Comments
This is finished developer-wise and was merged here: #617. Right now it can be tested on local environment only. Contact me in case you want to get into it. The next steps are to:
But before that, we need to take care of #624 |
This #624 is done. This task is ready for QA |
Test comment. |
Fix of accessibility comparator is here: https://github.com/wttech/aet/pull/640/files |
Accessibility comparator is working now |
Accessibility comparator tested and accepted. |
Tested and accepted. |
Is your feature request related to a problem? Please describe.
In a process of simplifying AET deployment and local development, we want to introduce gradle builds which will replace maven in the future. It will make implementing automation easier.
Describe the solution you'd like
The build should create zip packages with:
Those packages should be placed in
./zip/build/packages
directory. Those will be then used by the release workflow to create the release draft.It should take versioning into account and allow to release (bump versions) AETs.
It should be able to run checks like automated tests and RAT checks (checking licenses of files). When there is a file not matching Apache 2.0, it should fail.
It should allow creating code coverage which will be then used by CI workflow.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: