Skip to content

Commit

Permalink
Fix AS 4.6 ci build (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
raniejade committed Nov 7, 2020
1 parent 88d54d2 commit 28c1329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
java-version: 11
- uses: eskatos/gradle-command-action@v1
with:
arguments: spek-ide-plugin-intellij-idea:publishPlugin -Pij.version=${{ matrix.ij_sdk }}
arguments: spek-ide-plugin-intellij-idea:publishPlugin -Pij.version=${{ matrix.ij_sdk }} --stacktrace
env:
HUB_API_TOKEN: ${{ secrets.HUB_API_TOKEN }}

Expand All @@ -77,6 +77,6 @@ jobs:
java-version: 11
- uses: eskatos/gradle-command-action@v1
with:
arguments: spek-ide-plugin-android-studio:publishPlugin -Pas.version=${{ matrix.as_sdk }}
arguments: spek-ide-plugin-android-studio:publishPlugin -Pas.version=${{ matrix.as_sdk }} --stacktrace
env:
HUB_API_TOKEN: ${{ secrets.HUB_API_TOKEN }}
2 changes: 1 addition & 1 deletion spek-ide-plugin-android-studio/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ val buildMatrix = mapOf(
),
"AS41" to ij.BuildConfig(
"201.7223.91",
"Studio4.0",
"Studio4.1",
"AS34",
ij.VersionRange("201.8743.12", "201.8743.12.*"),
arrayOf("android", "java", "org.jetbrains.kotlin:1.3.72-release-Studio4.1-5")
Expand Down

0 comments on commit 28c1329

Please sign in to comment.