Taylor Becker

Results 6 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...

enhancement
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 { //...

bug
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...

The kotlin2cpg frontend uses at least one function from the compiler that is only available on 1.x, meaning it fails for kotlin 2.x I am invoking the frontend from a...

bug

Adds `BODY_PREFIX` and `BODY_SUFFIX` optional environment variable configurations to enable augmenting release body contents around the Changlog entries. For example, I want a suffix after my Changlog in each release...

enhancement
stale