Alexander Bartash
Alexander Bartash
Currently to see which lines introduce complexity I have to click on one of the items in "Complexity increasing elements" popup and it will put my cursor on the corresponding...
ComposedJar task does not get run for submodules which are not using pluginModule dependency helper
### What happened? I have a plugin consisting of multiple gradle modues: - the main (parent) module - a sub-module The dependency from the parent module to the submodule is...
I could not find any documentation on the topic. YubiKey allows secure storage of certificates, which can be used e.g. for signing Git commits https://developers.yubico.com/PGP/Git_signing.html or SSH auth https://developers.yubico.com/PGP/SSH_authentication/ It...
Version: 2022.3.2.2 ``` grammarKit { // The release version of the [Grammar-Kit](https://github.com/JetBrains/Grammar-Kit) to use. //jflexRelease = libs.versions.ideaJFlexPlugin // The version of the IntelliJ-patched JFlex, a [fork of JFlex](https://github.com/JetBrains/intellij-deps-jflex) // lexer...
### What happened? Here the configuration extends itself: https://github.com/JetBrains/intellij-platform-gradle-plugin/blob/b9b6699ebb95c6c88ee188b9d528506744f24ee5/src/main/kotlin/org/jetbrains/intellij/platform/gradle/extensions/IntelliJPlatformTestingExtension.kt#L113 ### Relevant log output or stack trace _No response_ ### Steps to reproduce No. ### Gradle IntelliJ Plugin version 2.1.0 ###...
# Pull Request Details Fixed generation of duplicate files in ".intellijPlatform/localPlatformArtifacts" with different version numbers. As usual, it also includes #1792 because master is broken. The tests will fail on...
# Pull Request Details Fixed #1799 by creating a separate intellijPlatformComposedJarApi (extends api & compileOnlyApi) configuration with JAVA_API usage attribute value. Also replaced java plugin by java-library plugin, because it...
# Pull Request Details See #1791 As usual, it also includes #1792 because master is broken. The tests will fail on OSX, see why in #1792 ## Description See #1791...
# Pull Request Details I recommend to review this PR not by commits, but all of them together, because in the last few commits I have reverted a lot of...
### What happened? Gradle's `java-library` plugin is more suitable for IntelliJ plugin development than regular `java`. I think it must be supported, since it a basic Gradle feature. See: -...