Taylor Becker

Results 4 issues of Taylor Becker

The Gradle shadow plugin has the ability to create an equivalent distribution but using the shadowed dependencies: https://imperceptiblethoughts.com/shadow/application-plugin/#distributing-the-shadow-jar This plugin seems to set the javaagent path specifically for the ApplicationPlugin's...

help wanted

Using the application plugin, `applicationDefaultJvmArgs` are inherited by the distribution, however applying this plugin causes those to be overwritten/ignored. Without the plugin applied, I can set: ```kotlin application { //...

help wanted

**Describe the bug** When invoking joern as a library (like in joernio/standalone-ext), the loss of type information across many domain classes breaks JVM-langauge interop, particularly with the switch to the...

bug

I have a repository which contains multiple gradle projects (not subprojects, but independent builds) and I wish to keep them on the same version. I understand it is possible to...