Jakub Chrzanowski

Results 68 comments of Jakub Chrzanowski

What about ``` tasks { runIde { systemProperty("java.awt.headless", "true") } } ```

With the following setup, I can't reproduce it: ``` platformType = IU platformVersion = 222-EAP-SNAPSHOT platformPlugins = org.jetbrains.plugins.go:222.3345.16 ```

Ref: https://github.com/gradle/gradle/issues/15754

@mvilliger, unfortunately, for now, it is not possible to set a third-party repository as a source for the dependencies. However, you can run the verifier in offline mode and provide...

The issue to track: https://youtrack.jetbrains.com/issue/MP-3343

@mwalter I have tried reproducing this error, but with no luck. After generating `chain.crt` and `private.pem` files as described in [Plugin Signing](https://plugins.jetbrains.com/docs/intellij/plugin-signing.html#generate-private-key) article, everything works well. Could you please provide...

That looks exactly like https://github.com/square/okhttp/issues/5818#issuecomment-625987434. Maybe it'd be necessary to simply [shadow](https://imperceptiblethoughts.com/shadow/) `okhttp` library in the [JetBrains/plugin-repository-rest-client](https://github.com/JetBrains/plugin-repository-rest-client/blob/master/rest/build.gradle#L5) project? cc @serejke

@olivernybroe What if the latest released version doesn't cover the IDE you use for building the plugin?

Maybe we can handle it within the DevKit plugin instead with some kind of autocomplete? It'll already know the current target version, so we can ask the Marketplace API (some...