Zongle Wang
Zongle Wang
And the feature request for GH cli was addressed to https://github.com/cli/cli/issues/9276.
Good to see!
提到官方仓库是可以自动更新的,但 cask 类型的强制要求签名,需要解决这个问题。
Should merge #180 first.
This could be closed for now. Handled by #188.
```kt import kotlinx.collections.immutable.plus import kotlinx.collections.immutable.minus import kotlinx.collections.immutable.persistentListOf @Test fun plus() { val list1 = persistentListOf(1, 2, 3) val list2 = persistentListOf(4, 5, 6) val list3: PersistentList = list1 + list2...
Seems this failure is not related to my change.
Related to https://github.com/gradle-nexus/publish-plugin/issues/376.
I guess these are unrelated things, off-topic for this.
Plugin publish plugin did nothing for Dokka, see We have to call `defaultJavaDocOption` before `GradlePublishPlugin` https://github.com/vanniktech/gradle-maven-publish-plugin/blob/f22bd35c84c3df28700db4ca3de11d5b78a29fde/plugin/src/main/kotlin/com/vanniktech/maven/publish/MavenPublishBaseExtension.kt#L392-L393 or file this issue to `plugin-publish` side.