Skip to content

Commit

Permalink
Merge pull request #8 from MeasureAuthoringTool/develop
Browse files Browse the repository at this point in the history
Release 0.2
  • Loading branch information
gregory-akins authored May 30, 2023
2 parents b4d4da0 + 3a540bb commit e8b9911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '17'
distribution: 'adopt'

- name: Extract project version
run: echo ::set-output name=version::$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)
Expand Down

0 comments on commit e8b9911

Please sign in to comment.