Baron Roberts
Baron Roberts
### Which package(s) does this problem pertain to? - [ ] @types/ember - [ ] @types/ember__string - [ ] @types/ember__polyfills - [ ] @types/ember__object - [ ] @types/ember__utils - [...
I am new to the blockmap file and only came across it because my IntelliJ IDEA 2020.3.2 log file has a number of failed attempts to download a *blockmap.zip file...
Currently the Util.getBuiltinJbrVersion method returns the jdkBuild version from the dependencies.txt file. Given that some plugin build may wish to use Java 8 instead of Java 11 or vice versa,...
Currently, the gradle-intellij-plugin allows customizing the URL from which the IDEA package is downloaded. However, the plugin makes hardcoded assumptions about the group name, artifact name and packaging (e.g. com/jetbrains/intellij/idea/ideaIC/2016.2.3/ideaIC-2016.2.3.zip)....
IntelliJ IDEA 2016.2 CheckStyle-IDEA 4.30.1 I read in a suppression file using the SuppressionFilter module: ``` ... ... ``` I have CheckStyle-IDEA configured to scan test classes as well as...
With IntelliJ IDEA 2016.2 and CheckStyle-IDEA 4.30.1, I am seeing the following in my idea.log: ``` WARN - .ui.configuration.ModuleEditor - org.infernus.idea.checkstyle.CheckStyleModuleConfigurable uses deprecated way to register itself as a module...
The following dependency in my `build.gradle.kts` results in a `org.gradle.api.IllegalDependencyNotation`: ``` dependencies { golang { build("github.com/spf13/cobra") } } ``` The resulting stack trace is: ``` FAILURE: Build failed with an...
Starting in Gradle 7.4, both the `Gradle.buildFinished` and `BuildListener.buildFinished` are deprecated. Apparently, it was not possible to get these methods to work with the configuration caching feature. The deprecation message...
Just tried out this plugin and I love the functionality! However, there is one issue that makes using the plugin clumsy, the Jenkins settings are stored per-project rather than globally....
Nice program! It is already proving very useful. It would be helpful to be able to add numerous different custom units to the units menu, rather than just one. I...