Kengo TODA

Results 40 issues of Kengo TODA

- [ ] Replace `BaseVariant` in `SpotBugsTaskFactory` with [new variant API](https://developer.android.com/studio/releases/gradle-plugin#variant-api-stable)

These APIs will be removed in Gradle v8. Then to support Gradle v8, we need to remove these methods defined in `SpotBugsReport`. refs #599

#182 is not enough to support GraalVM 21.3.0, and here is an additional fix. With these changes, I could run the `nativeImage` task with GraalVM CE 21.3.0 (Java 11) for...

In the [official document](https://www.graalvm.org/reference-manual/native-image/Reflection/) there are four new fields described. This PR adds them into the `ClassUsage` class, to resolve exceptions reported as #177. Note that this change is not...

This PR will merge two changes into #180, to fix build failures in its branch. There is no fix for the product itself, just update Gradle plugin versions to build...

This PR suggests fixing the following issues in README: 1. According to [plugin portal](https://plugins.gradle.org/plugin/org.mikeneck.graalvm-native-image/1.4.1) the plugin version in the build script should be not `vMAJOR.MINOR.PATCH` but `MAJOR.MINOR.PATCH`. 2. Kotlin uses...

Thanks for sharing your great Gradle plugin, it helped me a lot to challenge `native-image`! By this PR I want to suggest a fix for #175. Refer to [this workflow...

We can see that the plugin is not listed at: https://docs.sonarqube.org/latest/instance-administration/plugin-version-matrix/ Also confirmed that https://github.com/SonarSource/sonar-update-center-properties/ has no file for findbugs-slf4j.

Need to wait Gradle 7.6 because we cannot use `gradleTestKit()` with `jvm-test-suite` plugin at this moment. https://github.com/gradle/gradle/issues/19849#issuecomment-1236799541

see https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration for detail.