Many times ./gradlew ... is called - this is overkill even with Gradle daemon!
Much faster is running Jib manually:
custom:
buildCommand: ./gradlew :project:path:jibDockerBuild --image $IMAGE
Single call to ./gradlew should be enough for whole build.