Skip to content

Commit 91047db

Browse files
committed
update
1 parent f5eb0fd commit 91047db

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

appveyor.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
environment:
2-
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
3-
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
2+
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
3+
JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
44
#
55

66
build_script:
7-
- gradlew displayCommitHash
8-
- gradlew buildPlugin --info
9-
- gradlew verifyPlugin --info
7+
- gradlew buildPlugin --info
8+
- gradlew verifyPlugin --info
109
#
1110

1211
cache:
13-
- C:\Users\appveyor\.gradle
12+
- C:\Users\appveyor\.gradle
1413

1514
artifacts:
16-
- path: 'build\distributions\*.zip'
17-
name: ButKotlinDocument
15+
- path: 'build\distributions\*.zip'
16+
name: ButKotlinDocument
1817
#

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ idea_version=2018.3
44
idea_type=IC
55
systemProp.file.encoding=UTF-8
66
# version
7-
plugin_version=0.2.4
7+
plugin_version=0.2.5
88
kotlin_version=1.3.30
99
#
1010
alternative_ide=IJ

0 commit comments

Comments
 (0)