Skip to content

Commit

Permalink
Update .space.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
RTAkland authored Oct 2, 2023
1 parent 747cd67 commit 57b0acf
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .space.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
job("Build and run tests") {
container("ubuntu:latest") {
shellScript {
content = "chmod +x ./gradlew"
}
shellScript {
content = "./gradlew shadowJar"
}
}
job("Build") {
gradlew("amazoncorretto:17-alpine", "build")
}

0 comments on commit 57b0acf

Please sign in to comment.