Zongle Wang
Zongle Wang
The default artifact will still be published even when an artifact ID has been explicitly specified.
My config like this: ```kt publishing { publications { create("mavenJava") { artifactId = "legacy-osgi-gradle-plugin" ... } } } ``` `artifactId` has been declared explicitly, and the default project name is...
We support marker artifacts on Maven Central, which enables snapshots publishing, allowing users to try out snapshots.
### About this discussion Maybe we can publish it to Brew?
Closes #23. -------------------------------------------------------------- We can keep this repo update to date by enabling @renovate-bot.
We can bundle core logic into a shadow Jar and make it executable, use it in Shell like: ```sh svg-to-compose dir/to/input dir/to/output ``` Also we can publish it to Brew...
V2 versions are deprecated.
如果我们用 Git 管理 OC 配置的话生成 oldConfig.plist 就没什么用,是否可以增加一个选项,禁止生成 oldConfig.plist,这样可减少每次升级 OC 提交内容的 diff
If there is no cleartext traffic permitted, we should throw `UnknownServiceException`, like [OkHttp did](https://github.com/square/okhttp/blob/735ed1a6e5a15042f6d7e8f100fb3c8376f6aa27/okhttp/src/jvmMain/kotlin/okhttp3/internal/connection/RealRoutePlanner.kt#L205-L208), more info see https://developer.android.com/reference/android/security/NetworkSecurityPolicy#isCleartextTrafficPermitted()
Addressed from #19.