Jakub Chrzanowski
Jakub Chrzanowski
Next
Create integration tests to follow the "Use this template" flow and spot cleanup, build, and release flows. Useful resources: - [GH API – Create a repository using a template](https://docs.github.com/en/rest/repos/repos#create-a-repository-using-a-template) -...
When I'm trying to check if `2.6.9` satisfies following NPM range: = 3.0.0
**Is your feature request related to a problem? Please describe.** We should prepare additional tests for running the Gradle IntelliJ Plugin against the nightly version of Gradle (currently 8.0). Gradle...
With IJ `241.9959.31`, plugin fails to load all necessary classes: ``` Execution failed for task ':plugin:core:generatePerl5Parser'. > Exception in thread "main" java.lang.NoClassDefFoundError: io/opentelemetry/api/trace/Tracer at java.base/java.lang.ClassLoader.defineClass1(Native Method) at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1012) at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)...
This is an experimental branch to highlight the migration path from the Gradle IntelliJ Plugin 1.x to IntelliJ Platform Gradle Plugin 2.0. Given that IntelliJ Platform Gradle Plugin is still...
If I create an object with: ``` Paths paths = new Paths("/", "foo"); ``` There is always one `foo` element returned, like: ``` com.esotericsoftware.wildcard.Paths$Path dir = "/" name = "foo"...
WindowsRegistry is not supported exception on Windows in Parallels on MacOS when using jvmToolchain
### Expected Behavior In my project, I rely on `jvmToolchain`: ``` kotlin { jvmToolchain(11) } ``` To test it on Windows, I use Parallels on macOS. Gradle should be able...
It'd be handy to distribute builds via package managers, like Homebrew, Chocolatey, Ninite, etc.