You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* init support scala
* init support scala
* update
* add support for gradle、maven
* add unit test for var field in case class
* fxi maven
* Minor refactoring
Co-authored-by: Bogdan Kobylynskyi <92bogdan@gmail.com>
Copy file name to clipboardExpand all lines: plugins/gradle/graphql-java-codegen-gradle-plugin/src/main/java/io/github/kobylynskyi/graphql/codegen/gradle/GraphQLCodegenGradleTask.java
Copy file name to clipboardExpand all lines: plugins/maven/graphql-java-codegen-maven-plugin/src/main/java/io/github/kobylynskyi/graphql/codegen/GraphQLCodegenMojo.java
Copy file name to clipboardExpand all lines: plugins/sbt/graphql-java-codegen-sbt-plugin/src/main/scala/io/github/dreamylost/graphql/codegen/GraphQLCodegenKeys.scala
Copy file name to clipboardExpand all lines: plugins/sbt/graphql-java-codegen-sbt-plugin/src/main/scala/io/github/dreamylost/graphql/codegen/GraphQLCodegenPlugin.scala
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ class GraphQLCodegenPlugin(configuration: Configuration, private[codegen] val co
59
59
//With the implementation of some other plugins, initialization is not necessary,
60
60
//but maybe should be related to the dependency of key. For convenience, this is a conservative operation
0 commit comments