Skip to content

Commit

Permalink
Make gradlew Executable
Browse files Browse the repository at this point in the history
  • Loading branch information
gmitch215 committed Jul 25, 2024
1 parent d22f35b commit 2606394
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
- name: Change Permissions
run: chmod +x ./gradlew
- name: Setup Servers
run: |
docker build -t nexus-rest/nexus src/test/docker/nexus
Expand Down

0 comments on commit 2606394

Please sign in to comment.