You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plugins {
id("org.mini2Dx.gettext") version "1.11.0"
}
But it didn't work for some reason, any idea?
I asked on Slack and a developer called Björn Kautler (@Vampire on Slack) said: it does not publish the marker artifacts that are necessary to translate from the Plugin ID to the actual code artifact.
The reason I'm interested in using the plugins block is not only for migrating to the new way of doing things but also for adding support to Gradle Kotlin DSL, you don't have to write it in Kotlin DSL (.KTS), only the publishing bug needs to be fixed, he also said Type-safe accessors are only generated for plugins you apply in the plugins { ... ] block
Thank you.
The text was updated successfully, but these errors were encountered:
To migrate from legacy apply plugin to plugins block, the alternative of:
would be:
But it didn't work for some reason, any idea?
I asked on Slack and a developer called
Björn Kautler
(@Vampire on Slack) said:it does not publish the marker artifacts that are necessary to translate from the Plugin ID to the actual code artifact.
The reason I'm interested in using the plugins block is not only for migrating to the new way of doing things but also for adding support to Gradle Kotlin DSL, you don't have to write it in Kotlin DSL (.KTS), only the publishing bug needs to be fixed, he also said
Type-safe accessors are only generated for plugins you apply in the plugins { ... ] block
Thank you.
The text was updated successfully, but these errors were encountered: