Skip to content

Commit

Permalink
gradle usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Dec 12, 2024
1 parent 7c4197f commit 1b6b5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Initialize Gradle
run: ./gradlew version --dependency-verification off
run: ./gradlew --version --dependency-verification off
- name: Get RPM Version
id: get_rpm_version
run: VERSION=$(./gradlew currentVersion -q -Prelease.quiet --dependency-verification off | sed 's/-/./') && echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 1b6b5c8

Please sign in to comment.