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 <papp.robert.s@gmail.com>
  • Loading branch information
szpak and TWiStErRob committed Jul 22, 2023
1 parent 8286ee4 commit 3944c5e
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 3944c5e

Please sign in to comment.