Carter
10/29/2021, 3:01 PM./gradlew :serverApp:run &
./gradlew :integrationTestLib:check
It works, but it’s multiple steps. Also the Gradle cache doesn’t realize that changes to serverApp invalidate the cache for the tests, so I often have to do --rerun-tasks
for the integrationTestLib:check