flutter/dev/devicelab/bin
Reid Baker 3c80cc7eb9
Do not use project in do last (#139325)
- Use copy task that branches for 8.3 and above to avoid using project.exec in a dolast block. 

part 1/n for flutter/flutter/issues/138523 

This PR does not test the 8.3 branch but instead builds the ability to write a branching gradle test. 
After fixing this project.exec action there I discovered a second that needs to be removed or migrated in order for the build to work. 

Related reading https://docs.gradle.org/8.0/userguide/configuration_cache.html#config_cache:requirements
https://docs.gradle.org/current/javadoc/org/gradle/process/ExecOperations.html (not used but considered) 
https://docs.gradle.org/8.2/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:fileMode
2023-12-13 23:47:58 +00:00
..
tasks Do not use project in do last (#139325) 2023-12-13 23:47:58 +00:00
run.dart Simplify devicelab logic and fix tests (#139122) 2023-11-29 08:41:27 +00:00
summarize.dart Add spaces after flow control statements (#126320) 2023-05-15 11:07:30 +02:00
test_runner.dart Remove custom unawaited, prefer dart:async version (#103212) 2022-05-07 08:49:04 -07:00