Skip to content

Commit

Permalink
Use full plugin name in error message
Browse files Browse the repository at this point in the history
Co-authored-by: Róbert Papp <[email protected]>
  • Loading branch information
szpak and TWiStErRob authored Jul 21, 2023
1 parent fc62497 commit 49ef3e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class NexusPublishPlugin : Plugin<Project> {
}

require(GradleVersion.current() >= GradleVersion.version("6.2")) {
"The plugin requires Gradle version 6.2+"
"io.github.gradle-nexus.publish-plugin requires Gradle version 6.2+"
}

val registry = createRegistry(project)
Expand Down

0 comments on commit 49ef3e3

Please sign in to comment.