mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Set platformVersion in gradle.properties to 2019.3
This commit is contained in:
parent
67d81e73ec
commit
4395c62e5c
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -145,8 +145,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
plugin-location: plugin-artifact/${{ needs.build.outputs.artifact }}
|
plugin-location: plugin-artifact/${{ needs.build.outputs.artifact }}
|
||||||
ide-versions: |
|
ide-versions: |
|
||||||
ideaIC:2019.3.5
|
ideaIC:2019.3
|
||||||
ideaIC:2020.1.2
|
ideaIC:2020.1
|
||||||
ideaIC:LATEST-EAP-SNAPSHOT
|
ideaIC:LATEST-EAP-SNAPSHOT
|
||||||
|
|
||||||
# Print the output of the verify step
|
# Print the output of the verify step
|
||||||
|
@ -8,5 +8,5 @@ pluginSinceBuild = 193
|
|||||||
pluginUntilBuild = 202
|
pluginUntilBuild = 202
|
||||||
|
|
||||||
platformType = IC
|
platformType = IC
|
||||||
platformVersion = 2020.1.2
|
platformVersion = 2019.3
|
||||||
platformDownloadSources = true
|
platformDownloadSources = true
|
||||||
|
Loading…
Reference in New Issue
Block a user