Skip to content

Commit

Permalink
check from @tresat
Browse files Browse the repository at this point in the history
  • Loading branch information
lkasso committed Mar 21, 2024
1 parent 2e5b1f7 commit b8f1990
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ Precompiled script plugin names have two important limitations:
* They cannot start with `org.gradle`.
* They cannot have the same name as a <<plugin_reference#plugin_reference,core plugin>>.

This ensures that the precompiled script plugins won't be silently ignored.

When the plugin is applied to a project, Gradle creates an instance of the plugin class and calls the instance's link:{javadocPath}/org/gradle/api/Plugin.html#apply-T-[Plugin.apply()] method.

NOTE: A new instance of a `Plugin` is created within each project applying that plugin.
Expand Down

0 comments on commit b8f1990

Please sign in to comment.