Skip to content

Commit

Permalink
Fixed appveyor build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed Sep 30, 2021
1 parent 10d96c1 commit 7ce1c72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ install:
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven")
}
- cmd: SET PATH=C:\maven\apache-maven-3.5.4\bin;%JAVA_HOME%\bin;%PATH%
- cmd: SET MAVEN_OPTS=-Dhttps.protocols=TLSv1.2
build_script:
- mvn clean install -B -DskipTests
test_script:
Expand Down

0 comments on commit 7ce1c72

Please sign in to comment.