-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If you run the latest plugin on Gateway 231 you get an error about DeployWithDownload being void when the IDE is not already installed. Reverting the platform version back to 231 makes the plugin work on both 231 and 232 (the current EAP). Honestly I do not understand why this is necessary as the API here does not appear to have changed at all. Upon doing some research though it appears that the platform version should match the "since build" version so I downgraded further. It seems `minimumWidth` and `maximumWidth` are not available in that version so our plugin is currently broken there as well. This is fixed by using `size` instead. I think normally the plugin verifier would catch these things and I tried getting it working by specifying the versions to check but it seems to be bugged; the only errors it shows appear to be from a failure to properly resolve dependencies.
- Loading branch information
1 parent
148240a
commit 7cc85d2
Showing
3 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters