3 lines
79 B
Kotlin
3 lines
79 B
Kotlin
job("Build and run tests") {
|
|
gradlew("amazoncorretto:11-alpine", "build")
|
|
} |