Zongle Wang

Results 311 comments of Zongle Wang

Closing due to #876.

@Master-Code-Programmer Thanks for the PR! Would you mind rebasing?

Addressed to https://github.com/Goooler/shadow/pull/102, this could be closed for now.

Gradle 7.6.1 ``` - Task `:plugin-maven:generateMavenPluginHelpMojoSources` of type `de.benediktritter.maven.plugin.development.task.GenerateHelpMojoSourcesTask`: cannot serialize object of type 'org.gradle.internal.io.LinePerThreadBufferingOutputStream', a subtype of 'java.io.OutputStream', as these are not supported with the configuration cache. See https://docs.gradle.org/7.6.1/userguide/configuration_cache.html#config_cache:requirements:disallowed_types...

~~Seems it has been fixed in TextField2, I guess this will be resolved after migrating to Compose 1.7.~~ We still need this workaround after updating to Compose 1.7

Workaround in `settings.gradle.kts`: ```kotlin pluginManagement { resolutionStrategy { eachPlugin { if (requested.id.id == "com.google.cloud.tools.appengine") { useModule("com.google.cloud.tools:appengine-gradle-plugin:${requested.version}") } } } } ```

Addressed in https://github.com/diffplug/spotless/pull/2196.