We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc806d1 + 3da8fb4 commit 900bd5bCopy full SHA for 900bd5b
.github/workflows/main.yml
@@ -19,9 +19,11 @@ jobs:
19
with:
20
distribution: 'temurin'
21
java-version: '16'
22
- cache: 'gradle'
+ cache: 'maven'
23
+ - name: pom.yml バージョン更新
24
+ run: mvn versions:set -DnewVersion=${{ github.run_number }}
25
- name: Mavenを使ってビルド
- run: mvn -B package versions:set -DnewVersion=${{ github.run_number }}
26
+ run: mvn -B package
27
- name: original-*.jarを削除
28
run: rm target/original-*.jar
29
- name: パッケージをビルドの成果物としてリリース
0 commit comments