Skip to content

Commit

Permalink
Added in build gradle artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
MikAoJk committed Nov 9, 2023
1 parent ba4d202 commit 102018e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
java-version: '21'
architecture: x64
cache: 'gradle'
- name: Build gradle artifacts
shell: bash
run: |
./gradlew shadowJar
env:
ORG_GRADLE_PROJECT_githubUser: x-access-token
ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }}
- name: Run tests
env:
ORG_GRADLE_PROJECT_githubUser: x-access-token
Expand Down

0 comments on commit 102018e

Please sign in to comment.