Remoun Metyas
Remoun Metyas
FWIW https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry describes how to push to `ghcr.io`
Hi @hawkinsjb1, I hope you'll consider this minor PR fixing a warning that affects all users of this very useful library.
Hi, I'm using v2.0.3 and still getting a console error saying "Warning: FontAwesomeIcon: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default...
I worked around this by installing Rosetta 2 with `softwareupdate --install-rosetta`
Why not add it to the `CompileJava` and `CompileKotlin` tasks/types, e.g. ``` tasks.withType(JavaCompile) { dependsOn("bufGenerate") } tasks.withType(KotlinCompile) { dependsOn("bufGenerate") } ```
> I'm not sure if it's possible to easily determine the SourceSet based on the task type though. FWIW [the protobuf plugin configures its extension for all SourceSets](https://github.com/google/protobuf-gradle-plugin/blob/7e3f3c0c9f003c4a2afc57f019a59786af630e1b/src/main/groovy/com/google/protobuf/gradle/ProtobufPlugin.groovy#L145), although it...