From 857c6cc515de54eabe6c2140cca38f82ac1196c8 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Sat, 25 Apr 2020 21:19:16 -0700 Subject: [PATCH] Setup sbt plugin metadata --- plugins/sbt/build.sbt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/sbt/build.sbt b/plugins/sbt/build.sbt index beb10155f..20002eedb 100644 --- a/plugins/sbt/build.sbt +++ b/plugins/sbt/build.sbt @@ -2,6 +2,9 @@ sbtPlugin := true name := "sbt-graphql-java-codegen" organization := "io.github.kobylynskyi" +description := "Plugin for generating Java code based on GraphQL schema" + +version := "1.6.1-SNAPSHOT" libraryDependencies += "io.github.kobylynskyi" % "graphql-java-codegen" % "1.6.1-SNAPSHOT"