Skip to content

Commit

Permalink
add GitHub actions workflow - gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tors-0 authored Apr 29, 2024
1 parent ff89b72 commit c1a9066
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

on:
push:

jobs:
build-gradle-project:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run build with Gradle Wrapper
run: ./gradlew build

0 comments on commit c1a9066

Please sign in to comment.