Commit 21a5ada
committed
Make
Turns out Gradle 7 can run independent tasks in parallel.
* Make an `artifactoryPublish` dependent on `build` task
to ensure that tests are performed before artifacts are published
to the repository
**Cherry-pick to `2.9.x` & `2.8.x`**artifactoryPublish dependsOn build
1 parent 4915d6f commit 21a5ada
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
0 commit comments