Skip to content

Commit

Permalink
ci: 1.21.{1,2,3}
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom authored Oct 29, 2024
1 parent 300fec4 commit 39c8b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew :generator-web-cli:runShadow --args='-o output/ --server --client -v 1.21 -v 1.20.6 -v 1.20.5 -v 1.20.4 -v 1.20.3 -v 1.20.2 -v 1.20.1 -v 1.20 -v 1.19.4 -v 1.19.3 -v 1.19.2 -v 1.19.1 -v 1.19 -v 1.18.2 -v 1.18.1 -v 1.18 -v 1.17.1 -v 1.17 -v 1.16.5 -v 1.16.4 -v 1.16.3 -v 1.16.2 -v 1.16.1 -v 1.15.2 -v 1.15.1 -v 1.15 -v 1.14.4 -v 1.14.3 -v 1.14.2 -v 1.14.1 -v 1.14 -v 1.13.2 -v 1.13.1 -v 1.13 -v 1.12.2 -v 1.12.1 -v 1.12 -v 1.11.2 -v 1.11.1 -v 1.11 -v 1.10.2 -v 1.10 -v 1.9.4 -v 1.9.2 -v 1.9 -v 1.8.8'
run: ./gradlew :generator-web-cli:runShadow --args='-o output/ --server --client -v 1.21.3 -v 1.21.2 -v 1.21.1 -v 1.21 -v 1.20.6 -v 1.20.5 -v 1.20.4 -v 1.20.3 -v 1.20.2 -v 1.20.1 -v 1.20 -v 1.19.4 -v 1.19.3 -v 1.19.2 -v 1.19.1 -v 1.19 -v 1.18.2 -v 1.18.1 -v 1.18 -v 1.17.1 -v 1.17 -v 1.16.5 -v 1.16.4 -v 1.16.3 -v 1.16.2 -v 1.16.1 -v 1.15.2 -v 1.15.1 -v 1.15 -v 1.14.4 -v 1.14.3 -v 1.14.2 -v 1.14.1 -v 1.14 -v 1.13.2 -v 1.13.1 -v 1.13 -v 1.12.2 -v 1.12.1 -v 1.12 -v 1.11.2 -v 1.11.1 -v 1.11 -v 1.10.2 -v 1.10 -v 1.9.4 -v 1.9.2 -v 1.9 -v 1.8.8'
- name: Commit and push changes
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
Expand Down

0 comments on commit 39c8b8d

Please sign in to comment.