Skip to content

Commit e2d5bd7

Browse files
committed
FIX #502 Removing JAVA_OPTS
1 parent 7da3f21 commit e2d5bd7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ install:
1212
}
1313
- cmd: SET PATH=C:\sbt\sbt\bin;%JAVA_HOME%\bin;%PATH%
1414
- cmd: SET SBT_OPTS=-XX:MaxPermSize=2g -Xmx4g
15-
- cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
1615
build_script:
1716
- sbt clean compile
1817
test_script:
1918
- sbt "test-only * -- -n windows"
20-
- sbt "scripted universal/dist universal/stage windows/java-app-archetype windows/test-custom-main"
19+
- sbt "scripted universal/dist universal/stage windows/*"
2120
cache:
2221
- C:\sbt\
2322
- C:\Users\appveyor\.m2

0 commit comments

Comments
 (0)