Skip to content
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

Solves #1668 and #1669 #1708

Merged
merged 3 commits into from Dec 18, 2017
Merged

Solves #1668 and #1669 #1708

merged 3 commits into from Dec 18, 2017

Conversation

cortiz
Copy link
Member

@cortiz cortiz commented Dec 15, 2017

Solved issues:

  1. Do not use AbstractTask.execute() #1668 Do not use AbstractTask.execute() we don't use any internal GradleAPI
  2. Users can now choose what kind of bundle they want
  3. Zip now uses zip64 in case users want to share a full working environment with sites and assets that exceed 4GB.
  4. No more Tamales for Gradle Scripts (We remove extra code #UseLoopsNotCtrl-C)
  5. Gradle % bar now is more accurate.
  6. All task should have the description set so gradlew tasks --all will show that each of them should do.

New Params:

  • silentBuild, defaults to False, make all output to be ignored.

New Tasks

Each module now has it's own task for each part of the lifecycle (update, build, deploy) that are independent of each other.
For example to update, build and deploy studio now you can do:
gradlew studio_update studio_build studio_deploy this will behave the same way as gradlew update build deploy -Pmodule=studio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants