Clayton Walker
Clayton Walker
One of the features of the jlink command is to allow cross-targetting of jlinked jres. For example, the host jre can target another os/arch via `host_jdk/bin/jlink --module-path target_jdk/jmods`. One solution...
**Describe the bug** There's not simple way to get the artifactory plugin to publish gradle plugins **To Reproduce** Steps to reproduce the behavior ```kotlin plugins { `java-gradle-plugin` id "com.jfrog.artifactory" version...
**Describe the bug** If you have one project A that applies the artifactory plugin, and another project B that applies both the artifactory plugin and the spring dependency management plugin,...
### All Submissions: * [x] Have you followed the guidelines in our [Contributing](https://github.com/pgjdbc/pgjdbc/blob/master/CONTRIBUTING.md) document? * [x] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same...
Allows for the overriding of the java version used to invoke the twirl template compiler. Resulting build.gradle.kts syntax would look like ```kotlin tasks.compilePlayTwirlTemplates { javaLauncher.set(javaToolchains.launcherFor { languageVersion.set(JavaLanguageVersion.of(8)) }) } ```...
Fixes https://github.com/gradle/playframework/issues/160 According to the output of running `sbt "show test:resource-directory"`, `test/resources` is the correct directory for testing resources.
Compile `module-info.java` on with `--release 9` set and provide a multi-release jar for end users.
Adds a new java compile task (depends on jvm dependencies and kotlin class files) to compile a module-info.java file, and puts it into the jvm jar. I've never done this...
## What was changed Tries the new kotlin jackson module builder first, then falls back to the deprecated constructor. ## Why? Newest jackson (2.17.0) broke abi. ## Checklist 1. Closes...
## Expected Behavior KotlinObjectMapperFactory works ## Actual Behavior KotlinObjectMapperFactory crashes with MethodNotFoundError ## Steps to Reproduce the Problem 1. Use temporal kotlin 1. Upgrade jackson kotlin library 1. Crash ##...