Results 3 issues of Luke

When I try to specify the checker framework version in the dependency block like: ``` dependencies { // ... val checkerFrameworkVersion = "3.25.0" compileOnly("org.checkerframework:checker-qual:$checkerFrameworkVersion") testCompileOnly("org.checkerframework:checker-qual:$checkerFrameworkVersion") implecmentation("org.checkerframework:checker-util:$checkerFrameworkVersion") checkerFramework("org.checkerframework:checker:$checkerFrameworkVersion") // ... }...

Hi, when I try `filter(Objects::nonNull)` to filter out any null value and then use `map` to apply a lambda, the checker framework seems to complain about the incompatible receiver type,...

Hi, First, thank you for developing an excellent extension. If my understanding is correct, manually specifying the project ID requires setting `quarkus.google.cloud.enable-metadata-server` to false, after which the value from `quarkus.google.cloud.project-id`...