This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix execution order of Unity tasks in sub modules (#133)
Description =========== We have a new bug where some unity tasks get executed before the paket unity install tasks had any chance to be executed. This patch is addressing this by making sure that any task of type `wooga.gradle.unity.UnityTask` depends on * `paketUnityInstall` * `paketUnityUnwrapUPMPackages` Changes ======= * ![FIX] execution order of Unity tasks in sub modules
- Loading branch information
Showing
2 changed files
with
75 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters