Skip to content

Commit

Permalink
Test packaging with a hardcoded version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergej-koscejev committed Oct 9, 2024
1 parent 48d6b30 commit 2bc9c78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle

name: Java CI with Gradle
name: Test packaging with a hardcoded version

on: [push]
jobs:
Expand All @@ -15,4 +15,5 @@ jobs:
java-version: '11'
distribution: 'adopt'
- name: Test packaging
run: ./gradlew testPackaging
# Feel free to update the version as needed
run: ./gradlew testPackaging -PmpsVersion=2024.1

0 comments on commit 2bc9c78

Please sign in to comment.