Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zxj5470 committed Jun 13, 2019
1 parent f5eb0fd commit 91047db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
environment:
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
#

build_script:
- gradlew displayCommitHash
- gradlew buildPlugin --info
- gradlew verifyPlugin --info
- gradlew buildPlugin --info
- gradlew verifyPlugin --info
#

cache:
- C:\Users\appveyor\.gradle
- C:\Users\appveyor\.gradle

artifacts:
- path: 'build\distributions\*.zip'
name: ButKotlinDocument
- path: 'build\distributions\*.zip'
name: ButKotlinDocument
#
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ idea_version=2018.3
idea_type=IC
systemProp.file.encoding=UTF-8
# version
plugin_version=0.2.4
plugin_version=0.2.5
kotlin_version=1.3.30
#
alternative_ide=IJ
Expand Down

0 comments on commit 91047db

Please sign in to comment.