diff --git a/WordPressLint/build.gradle b/WordPressLint/build.gradle index fa7ccf2..a37367d 100644 --- a/WordPressLint/build.gradle +++ b/WordPressLint/build.gradle @@ -27,8 +27,8 @@ publishing { maven(MavenPublication) { from components.java - artifactId = 'lint' groupId = 'org.wordpress' + artifactId = 'lint' version = project.version } }