Skip to content

Commit

Permalink
github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
m-szalik committed Mar 3, 2024
1 parent c8b7721 commit 22b77f8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 36 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

- name: Build with Gradle
run: ./gradlew build

# - name: Upload build artifacts
# uses: actions/upload-artifact@v4
# with:
# name: Package
# path: build/libs

36 changes: 0 additions & 36 deletions .github/workflows/maven.yml

This file was deleted.

0 comments on commit 22b77f8

Please sign in to comment.