Skip to content

Commit

Permalink
Release v1.0.0-rc3
Browse files Browse the repository at this point in the history
Appveyor didn't push the release for rc2
  • Loading branch information
JLLeitschuh committed Jan 8, 2016
1 parent 4bac70e commit 699f31b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ install:
- choco install -y InnoSetup

build_script:
- gradlew.bat --stacktrace
- gradlew.bat :ui:assemble --stacktrace -PprintTestResults

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

before_deploy:
- gradlew.bat :ui:assemble --stacktrace -PprintTestResults

deploy:
provider: GitHub
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {
testCompile group: 'junit', name: 'junit', version: '4.12'
}

version = '1.0.0-rc2'
version = '1.0.0-rc3'

compileJava {
options.compilerArgs << "-g"
Expand Down

0 comments on commit 699f31b

Please sign in to comment.