Björn Kautler
Björn Kautler
Segfault
I try to run the decompiler from a fresh build of `019a8f9a` and after `[Info] Creating functions.` comes `Segmentation fault (core dumped)`. Here the Stackdump: ``` Exception: STATUS_ACCESS_VIOLATION at eip=6110484D...
Within a Kotlin build script you currently have to do ```kotlin teamcity { version = "2018.2" environments { environments.register("teamcity") { version = "2018.2.4" } } } ``` Which is because...
If you have a running TeamCity server where the plugin is not installed currently and then execute the deploy task, you get two times `Plugin not found` as output. I...
When declaring dependencies on other plugins in an agent or server descriptor (optimally both in the build or in a referenced file) it would be nice if those plugins would...
If you want to use newer things in newer TeamCity version that are incompatible with older TeamCity versions but still stay compatible with the old version, you need to release...
We have a functionality where the signature of an uploaded JAR is validated. To test this we have a signed JAR as part of the deployment to then get it...
The readme states: >The following publishing plugins support the correct handling when generating the relevant metadata: > > Maven Publishing > Ivy Publishing This is not really correct. It is...
It would be nice if you could also leave out the version for optional dependencies in the resulting POM. Leaving it out in the Gradle script might not work, as...
I wanted to contribute a fix for an issue in a plugin I'm using that uses nebula-test. Unfortunately it seems this is not possible right now. The issue I want...
From a quick look at your code I'd say your plugin has at least three major flaws: - You check the `targetCompatibility` of the convention object, but that is just...