We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b00b67 commit 9bca70fCopy full SHA for 9bca70f
1 file changed
librarian-gradle-plugin/src/main/kotlin/com/gradleup/librarian/gradle/LibrarianPlugin.kt
@@ -6,5 +6,5 @@ import org.gradle.api.Project
6
/**
7
* Unused plugin, only serves as a convenience to pull the librarian jar into the build classpath
8
*/
9
-@GPlugin(id = "com.gradleup.gratatouille")
+@GPlugin(id = "com.gradleup.librarian")
10
fun plugin(project: Project) {}
0 commit comments