Skip to content

Commit

Permalink
Fix Appveyor
Browse files Browse the repository at this point in the history
Helps to not change to Ubuntu when all the commands are set up for Windows, oops.
Preemptively ensure Jitpack uses a Maven version supporting modern plugins.
  • Loading branch information
Jikoo committed Jun 1, 2024
1 parent 12f813e commit af83441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ branches:
skip_branch_with_pr: true
environment:
matrix:
- appveyor_build_worker_image: Ubuntu
- appveyor_build_worker_image: Visual Studio 2022
JAVA_HOME: C:\Program Files\Java\jdk21
init:
- cmd: SET PATH=%JAVA_HOME%\bin;%PATH%
Expand Down
1 change: 1 addition & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
before_install:
- sdk install java 21.0.3-tem
- sdk use java 21.0.3-tem
- mvn wrapper:wrapper -Dmaven=3.6.3

0 comments on commit af83441

Please sign in to comment.