5 lines
53 B
Plaintext
5 lines
53 B
Plaintext
|
job("Build") {
|
||
|
gradlew("openjdk:11", "build")
|
||
|
}
|
||
|
|