File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
spek-ide-plugin-android-studio Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
55
java-version : 11
56
56
- uses : eskatos/gradle-command-action@v1
57
57
with :
58
- arguments : spek-ide-plugin-intellij-idea:publishPlugin -Pij.version=${{ matrix.ij_sdk }}
58
+ arguments : spek-ide-plugin-intellij-idea:publishPlugin -Pij.version=${{ matrix.ij_sdk }} --stacktrace
59
59
env :
60
60
HUB_API_TOKEN : ${{ secrets.HUB_API_TOKEN }}
61
61
76
76
java-version : 11
77
77
- uses : eskatos/gradle-command-action@v1
78
78
with :
79
- arguments : spek-ide-plugin-android-studio:publishPlugin -Pas.version=${{ matrix.as_sdk }}
79
+ arguments : spek-ide-plugin-android-studio:publishPlugin -Pas.version=${{ matrix.as_sdk }} --stacktrace
80
80
env :
81
81
HUB_API_TOKEN : ${{ secrets.HUB_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ val buildMatrix = mapOf(
29
29
),
30
30
" AS41" to ij.BuildConfig (
31
31
" 201.7223.91" ,
32
- " Studio4.0 " ,
32
+ " Studio4.1 " ,
33
33
" AS34" ,
34
34
ij.VersionRange (" 201.8743.12" , " 201.8743.12.*" ),
35
35
arrayOf(" android" , " java" , " org.jetbrains.kotlin:1.3.72-release-Studio4.1-5" )
You can’t perform that action at this time.
0 commit comments