Björn Kautler

Results 489 issues of Björn Kautler

https://plugins.gradle.org/plugin/nebula.java-cross-compile says "Gradle resolution rules plugin"

Found in idea.log ``` 2018-07-05 03:02:41,231 [1696833] WARN - napi.components.ServiceManager - com.github.rholder.gradle.intellij.GradleService requested as a service, but it is a component - convert it to a service or change call...

The "Show/Hide Replaced Dependencies" button in the tool window should have state. It currently is not a toggle button while it actually toggles a setting. It should keep pressed for...

Found in idea.log ``` 2018-07-04 17:13:57,526 [ 86214] WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: Gradle View) or icon jar:file:/C:/Program%20Files/JetBrains/IntelliJ%20IDEA%202018.1.5/lib/icons.jar!/general/add.png ```

Found this in the TC server log. You are packaging `log4j` in your plugin, I guess this is not the best idea and the cause for this error. ```log log4j:ERROR...

On TeamCity server startup the following is logged: ```log [2018-10-30 15:42:56,282] WARN - .InstantiationStrategySelector - Spring selected non-public constructor to create instance: run.var.teamcity.cloud.docker.web.DefaultContainerTestManager(jetbrains.buildServer.serverSide.SBuildServer,jetbrains.buildServer.serverSide.WebLinks) [2018-10-30 15:42:56,291] WARN - .InstantiationStrategySelector - Spring...

Please adopt task configuration avoidance. It is present for a long time already and your plugin completely voids its time savings. For example it uses `tasks.all` instead of `tasks.configureEach` which...

https://github.com/stevesaliman/gradle-properties-plugin/blob/master/src/main/groovy/net/saliman/gradle/plugin/properties/PropertiesPlugin.groovy#L93 should not query project.environmentName, but use the environmentName read out before processing all the properties and stored in a local variable. In the current version the following can happen:...

My name is Björn. But if I configure that, it is at some point encoded using UTF-8, but decoded using ISO-8859-1 or related one, resulting in my name being displayed...

Bug

Even with an OAuth account it would be nice to be able to change your E-Mail address. As I was forced to use Google login as Facebook login is broken,...

Feature