Zongle Wang
Zongle Wang
**Describe the bug** ``` 2025-09-07T08:10:10.9555353Z ##[group] Running linkspector with reviewdog 🐶 ... 2025-09-07T08:13:40.6931488Z 💥 Main error: Failed to launch the browser process! 2025-09-07T08:13:40.6932275Z /home/runner/.cache/puppeteer/chrome/linux_arm-140.0.7339.80/chrome-linux64/chrome: 1: Syntax error: "(" unexpected ```...
Fixes the errors like: ``` Cloning into '/Users/goooler/StudioProjects/FlClash/core/Clash.Meta'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the...
https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/
Support light/dark themes, custom fonts, code copying, and so on. Copied the configs mostly from https://github.com/GradleUp/shadow/blob/c4c6e5db49ff36f6c6c937218b196747991281b1/mkdocs.yml#L12-L34. --- - [ ] [CHANGELOG](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md)'s "Unreleased" section has been updated, if applicable.
Closes #1220. --- - [x] [CHANGELOG](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md)'s "Unreleased" section has been updated, if applicable.
It throws `IllegalStateException` instead of `IllegalArgumentException`. --- - [ ] [CHANGELOG](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md)'s "Unreleased" section has been updated, if applicable.
- Refs https://github.com/vanniktech/gradle-maven-publish-plugin/issues/362#issuecomment-3495497829. - Borrowed from https://github.com/Goooler/gradle-maven-publish-plugin/pull/7. --- - [ ] [CHANGELOG](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md)'s "Unreleased" section has been updated, if applicable.
``` plugin/src/integrationTest/kotlin/ └── com └── vanniktech └── maven └── publish ├── AndroidPluginTest.kt ├── BasePluginTest.kt ├── DokkaPluginTest.kt ├── JavaPluginTest.kt ├── KotlinPluginTest.kt ├── SpecialCasePluginTest.kt └── util ├── Pom.kt ├── ProjectSpec.kt ├── ProjectSpecRunner.kt...