Philip Wedemann

Results 247 comments of Philip Wedemann

This is now possible by creating your own licensee tasks by using the `configrationToCheck` function, see #191.

Isn't this a duplicate of https://github.com/cashapp/licensee/issues/86?

Can you please elaborate what you mean with `looks different from common way`? I agree [the readme does not contain many examples](https://github.com/hfhbd/kotlinx-serialization-csv/blob/main/kotlinx-serialization-csv/README.md), but on the other hand the lib is...

Java packages still require auth per docs: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry

A little bit offtopic, but are there any plans to copy/adopt the codespace config to the Actions Workflow syntax ([due the new option to use the Action compute platform for...

Maybe, I got a better way to solve diamond dependencies. We could use the order of the dependency specified in the gradle plugin. So first running all migrations of shared,...

@AlecStrong I added it to 2.0. Do you want it in this release?

I know this will be a breaking change for Groovy users too but could we add the `database` container to be more "gradle-like" and drop the "hacks" (methodMissing)? Edit: You...