Johannes Postler
Johannes Postler
Hi Chanseok, We tried this and combined it with settings this property in two distinct tasks (finalizedBy jib). However, it didn't work as Gradle expected to have the property during...
I'm on @MartinHaeusler 's team. I'm not sure whether this is relevant, but I'd like to add that we are NOT using the embedded Tomcat, but rather the latest Tomcat...
For those still running into the Hibernate / Spring problems: checkout our fork (with a PR to this repo): https://github.com/Txture/sqlite-jdbc
@kkofler I'm on the same team with @MartinHaeusler . His PR is the one to be merged: https://github.com/xerial/sqlite-jdbc/pull/432 . We have been rebasing our fork every now an then and...
This is still relevant for us. We maintain our fork and update/rebase it every now and then. Merging this would be highly appreciated :) On Wed, 27 Jul 2022, 18:26...
Are you sure that your database file is writeable to?
@sergey-morenets Where did you place this new CacheableYarnTask? Is this a patch for the gradle plugin? Thanks!
I'm experiencing the same issue with only one service account on Jenkins 2.204.1 and plugin version 4.2.0 The service account has all permission mentioned in [the docs](https://github.com/jenkinsci/google-compute-engine-plugin/blob/develop/docs/Home.md) and a [google...
I worked my way around this with a context manager: ``` @contextmanager def suppress_stdout_stderr(): """ Context manager to suppress stdout and stderr at the OS file descriptor level """ devnull...