-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
Hi, thanks for your work! This issue is similar to #166
Issue:
To support plugin DSL (required for type-safe model accessors when using kts) every gradle plugin needs to declare a Plugin Marker Artifact.
The plugin seems to be lacking the Plugin Marker Artifact . Normally the java-gradle-plugin
takes care of configuring the marker. I am not sure if this is because you disabled isAutomatedPublishing or if some configuration is missing. From what I remember this should work pretty much out of the box.
Currently your plugin forces developers that use the plugin DSL to configure a custom resolution strategy.
Plugin Version: 1.7.1.1
Gradle Version: 6.8.3
Steps to reproduce:
- use plugin DSL to resolve and apply the plugin