Adam

Results 82 comments of Adam

Hi @ov7a, sorry, I missed if you asked for a reproducer project. I can see you asked for a reproducer, which I have already provided, but in case you missed...

> Hi Adam. > > Sorry, I wasn't able to reproduce the issue you are experiencing using the steps you provided. I tested both java 11 and java 17 as...

Additionally, these messages should only be logged when benchmark tasks are requested, not in the Gradle configuration phase.

> @adam-enko, @Tapchicoma maybe you guys know a better testing approach? Personally I test publishing by adding a local directory and manually verifying the files. Example: https://github.com/kotest/kotest/blob/26db26e6275cad3c67e4562aa779c9f00dc01eeb/buildSrc/src/main/kotlin/kotest-publishing-conventions.gradle.kts#L61-L65

Looking at the PR, imho it'd be better to update kotlinx team infra plugin to avoid such workarounds. The last time I looked at the infra plugin it used a...

I just saw another user posted in the Gradle Slack with the same problem. Possibly there's an issue with the Plugin Portal? https://gradle-community.slack.com/archives/CA745PZHN/p1741602255845399 ([archive](https://www.linen.dev/s/gradle-community/t/27066336/hello-peeps-i-got-a-request-of-https-github-com-gmazzo-gradl#b2854c21-f85f-44b6-bbe4-84252dc1af0c))

Hi, thanks for the report. From looking at your branch it appears you removed the Kotlin and Android plugins from the root project, and only applied them to the subproject....

Hi, thanks for the request. I see the difficulty, and while I don't have the time right now to have a thorough look, I have a suggestion: Could you try...

> `DokkaFormatPlugin` doesn't seem to have a `configure` method that I can override? I'm a bit confused Hmm strange, it should be there, both in Dokka and Dokkatoo - https://github.com/Kotlin/dokka/blob/a2fe93492409054bdc754ef6b935f4e2f00ca4f1/dokka-runners/dokka-gradle-plugin/src/main/kotlin/formats/DokkaFormatPlugin.kt#L147-L148...

I see the method is already overridden https://gitlab.com/opensavvy/automation/dokka-material-mkdocs/-/blob/main/dokka-mkdocs/src/main/kotlin/DokkaMkDocsPlugin.kt?ref_type=heads#L118-123, so I guess it's a very unhelpful error message from IJ?