Daniel Geißler
Daniel Geißler
After upgrading to version 3.0 we've found, that the `integrationTestImplementation` dependencies are not present in the eclipse classpath anymore. Adding the configuration via: ``` eclipse { classpath { plusConfigurations +=...
The `libertyDev` task adds some file monitoring but only for the current project (also see #624 ). However as soon as the current project does not contain all sources but...
Using `liberyDev` creates a loose configuration. this configuration is broken for multimodule projects that should be deployed as `ear` . The reason is that all `resources` are not present in...
The `libertyDev` task tries to access the current projects `SourceSet`s. https://github.com/OpenLiberty/ci.gradle/blob/37a4c60f0e557e48262f4a7f8eb882ab4d38d37f/src/main/groovy/io/openliberty/tools/gradle/tasks/DevTask.groovy#L867-L874 However `SourceSet`s are a concept that is only available with the `JavaBasePlugin` and the `main` and `tests` `SourceSets` are...
### Name and Version bitnami/postgresql* ### What is the problem this feature will solve? The default stop signal for containers seems to be SIGTERM which will lead to a greaceful...
It's very common to have links to external issue trackers and those can be easily integrated with the autolink feature. Currently there is no programming interface to access this feature...
https://github.com/eerohele/saxon-gradle/blob/master/src/main/groovy/com/github/eerohele/SaxonXsltTask.groovy#L744 just needs a `@PathSensitive(PathSensitivity.RELATIVE)` to be able to reuse gradle caching when building the project from different folders of the file system.
Hello, sorry to even post this, but I wanted to make sure my suspicion is right and maybe warn a few people out there. When looking for grepWin on your...