We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bac70e commit 699f31bCopy full SHA for 699f31b
appveyor.yml
@@ -2,7 +2,7 @@ install:
2
- choco install -y InnoSetup
3
4
build_script:
5
- - gradlew.bat --stacktrace
+ - gradlew.bat :ui:assemble --stacktrace -PprintTestResults
6
7
# to run your custom scripts instead of automatic tests
8
test_script:
@@ -14,8 +14,6 @@ platform:
14
artifacts:
15
- path: ui\build\distributions\*.exe
16
17
-before_deploy:
18
- - gradlew.bat :ui:assemble --stacktrace -PprintTestResults
19
20
deploy:
21
provider: GitHub
build.gradle
@@ -36,7 +36,7 @@ allprojects {
36
testCompile group: 'junit', name: 'junit', version: '4.12'
37
}
38
39
- version = '1.0.0-rc2'
+ version = '1.0.0-rc3'
40
41
compileJava {
42
options.compilerArgs << "-g"
0 commit comments