GitLab CI Kotlin DSL • opensavvy.gitlab.ci.plugins • Gradle • Companion
Companion¶
object Companion
Properties¶
gradle
¶
val CommandDsl.gradle: Gradle
Allows executing commands using the system gradle
command.
gradlew
¶
val CommandDsl.gradlew: Gradle
Allows executing commands using the Gradle Wrapper bundled into the project.
Functions¶
useGradle
¶
Enables the Gradle
plugin.