Skip to content

Commit 17a1582

Browse files
Add on push workflow
1 parent 1e4c599 commit 17a1582

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: build
2+
on: push
3+
4+
jobs:
5+
build:
6+
runs-on: ubuntu-22.04
7+
steps:
8+
- uses: actions/checkout@v4
9+
- uses: actions/setup-java@v4
10+
with:
11+
distribution: temurin
12+
java-version: 17
13+
14+
- run: ./gradlew publishToMavenLocal

0 commit comments

Comments
 (0)