Skip to content

Commit e8a46c5

Browse files
committed
Use tycho-versions-plugin compatible with Java 11
1 parent 1a80020 commit e8a46c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
-
5959
name: Update version
6060
if: steps.check-tag.outputs.tag
61-
run: mvn --batch-mode "-Dstyle.color=always" "org.eclipse.tycho:tycho-versions-plugin:set-version" "-DnewVersion=${{ steps.check-tag.outputs.tag }}"
61+
run: mvn --batch-mode "-Dstyle.color=always" "org.eclipse.tycho:tycho-versions-plugin:2.7.5:set-version" "-DnewVersion=${{ steps.check-tag.outputs.tag }}"
6262
-
6363
name: Compile
6464
run: mvn --batch-mode "-Dstyle.color=always" compile

0 commit comments

Comments
 (0)