Jakub Chrzanowski
Jakub Chrzanowski
Obsolete, as fixed in https://github.com/intellij-dlanguage/intellij-dlanguage/issues/885
Obsolete in 2.0
Having the following path set: ``` intellij { // ... localPath.set("/Users/hsz/Applications/Android Studio.app/Contents") } ``` I get no errors and build finishes with success. Do you have permission for writing to...
Note to self: in 2.x avoid creating XML files in local IDEs.
The `Could not write to file` is no longer an issue. With the IntelliJ Platform Gradle Plugin 2.0, all IntelliJ Platform artifacts are immutable and no files are written within...
Seems it's an issue with Gradle 7.x. Are you able to switch to 8.x?
JBR is now in `2.0` registered from the scratch using the `IntelliJPlatformJavaLauncher` class — Gradle respects that in the same way as already provided Java Runtimes.
@fstaudt Could you please verify if this issue is still valid in 2.0?
Thanks for reporting. Repositories and dependencies management are about to be rewritten in the 2.x release. Introducing more hacks now to make it work in the current state isn't something...
@jansorg is this issue still relevant?