Zongle Wang

Results 555 comments of Zongle Wang

This looks helpful for #1489. PRs are welcome! You can replace Gson with Moshi, it compats both Java and Kotlin.

Consider migrating to https://github.com/cashapp/licensee.

This is blocked. At least, we should use ```kt // TODO: remove this once https://github.com/gradle/gradle/issues/23572 is fixed fun Project.localGradleProperty(name: String): Provider = provider { if (hasProperty(name)) property(name)?.toString() else null }...

The main issue of `providers.gradleProperty` is that it can only read the properties under the current project but the root projects.

Ooops, I misremembered that...

Looks this should be handled by - #546 - #1233 - #1548 - Something missing?

I'm using your branch as a workaround ```yml # TODO: replace this once https://github.com/actions/setup-java/pull/637 gets merged. - uses: gmitch215/setup-java@07ea605e4b1f0f8b0621155fb1722d6094c3e183 with: distribution: 'jetbrains' java-version: 17 ``` with an error: ```sh Installed...

It could be picked correctly now! But seems some libs are missing in this JDK installed. ```sh Execution failed for task ':checkRuntime'. You can use '--warning-mode all' to show the...