Executes the Gradle task named task.
gitlabCi { val build by job { useGradle() script { gradlew.task("build") } }}