Skip to content

Commit 4a0b18f

Browse files
Enable Appveyor with Java 11 updates (#886)
1 parent eb64bfe commit 4a0b18f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

appveyor.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ init:
44
- cmd: net start MSSQL$%SQL_Instance%
55

66
environment:
7-
JAVA_HOME: C:\Program Files\Java\jdk10
7+
JAVA_HOME: C:\Program Files\Java\jdk11
88
mssql_jdbc_test_connection_properties: jdbc:sqlserver://localhost:1433;instanceName=%SQL_Instance%;databaseName=master;username=sa;password=Password12!;
99
matrix:
1010
- SQL_Instance: SQL2008R2SP2
@@ -31,9 +31,9 @@ cache:
3131
build_script:
3232
- keytool -importkeystore -srckeystore cert.pfx -srcstoretype pkcs12 -destkeystore clientcert.jks -deststoretype JKS -srcstorepass password -deststorepass password
3333
- keytool -list -v -keystore clientcert.jks -storepass "password" > JavaKeyStore.txt
34-
# - cd..
35-
# - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pbuild43
36-
# - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pbuild42
37-
# test_script:
38-
# - mvn test -B -Pbuild43
39-
# - mvn test -B -Pbuild42
34+
- cd..
35+
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pbuild43
36+
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pbuild42
37+
test_script:
38+
- mvn test -B -Pbuild43
39+
- mvn test -B -Pbuild42

0 commit comments

Comments
 (0)