Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robcos authored Jan 16, 2024
1 parent baac691 commit 4676be5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
java-version: '17'
distribution: 'corretto'
architecture: 'x64'
- name: Get project hash
run: |
git_hash=$(git rev-parse --short "$GITHUB_SHA")
echo "git_hash=$git_hash" >> $GITHUB_ENV
- name: Build memory-footprint.jar
uses: gradle/gradle-build-action@v2.4.2
with:
Expand Down

0 comments on commit 4676be5

Please sign in to comment.