build mod
Some checks failed
/ build (push) Failing after 4s

This commit is contained in:
1e99 2024-10-12 11:45:16 +02:00
parent decedcc7df
commit 9c382c3c9d

View file

@ -6,6 +6,7 @@ jobs:
"build":
runs-on: "docker"
container:
image: "alpine:latest"
image: "gradle:jdk21"
steps:
- run: "echo Hello, world!"
- uses: "actions/checkout@v3"
- run: "./gradlew build"