-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Component/s: Dev Tools
-
Labels:None
-
Branch Version/s:7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Git Pull Request:
"ant clean" takes 2-3 minutes
"ant all" which includes "ant clean" takes about 16 minutes.
Instead of calling Gradle to do the clean, rely on native Git to save time.
This will preserve almost all of the exact same clean logic (build.xyz.properties will not get blown away, but other things will get deleted).
- causes
-
LPS-110272 Git repo should not be required to do a basic portal compile from source
- Closed