Skip to content

Commit

Permalink
Change Github CI/CD script
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Jun 20, 2024
1 parent b014999 commit 5526beb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'

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

- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,5 @@ lint/generated/
lint/outputs/
lint/tmp/
# lint/reports/

.gradle
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 5526beb

Please sign in to comment.