Skip to content

Commit 699f31b

Browse files
committed
Release v1.0.0-rc3
Appveyor didn't push the release for rc2
1 parent 4bac70e commit 699f31b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ install:
22
- choco install -y InnoSetup
33

44
build_script:
5-
- gradlew.bat --stacktrace
5+
- gradlew.bat :ui:assemble --stacktrace -PprintTestResults
66

77
# to run your custom scripts instead of automatic tests
88
test_script:
@@ -14,8 +14,6 @@ platform:
1414
artifacts:
1515
- path: ui\build\distributions\*.exe
1616

17-
before_deploy:
18-
- gradlew.bat :ui:assemble --stacktrace -PprintTestResults
1917

2018
deploy:
2119
provider: GitHub

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ allprojects {
3636
testCompile group: 'junit', name: 'junit', version: '4.12'
3737
}
3838

39-
version = '1.0.0-rc2'
39+
version = '1.0.0-rc3'
4040

4141
compileJava {
4242
options.compilerArgs << "-g"

0 commit comments

Comments
 (0)