File tree Expand file tree Collapse file tree 14 files changed +18
-18
lines changed
graphql-java-codegen-gradle-plugin
graphql-java-codegen-maven-plugin
sbt/graphql-java-codegen-sbt-plugin
src/sbt-test/graphql-codegen-sbt-plugin Expand file tree Collapse file tree 14 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99 id " org.sonarqube" version " 3.0"
1010}
1111
12- version = " 4.1.0 "
12+ version = " 4.1.1-SNAPSHOT "
1313group = " io.github.kobylynskyi"
1414
1515repositories {
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ import io.github.kobylynskyi.graphql.codegen.gradle.GraphQLCodegenGradleTask
44plugins {
55 id ' java'
66 id " org.jetbrains.kotlin.jvm" version " 1.3.71"
7- id " io.github.kobylynskyi.graphql.codegen" version " 4.1.0 "
7+ id " io.github.kobylynskyi.graphql.codegen" version " 4.1.1-SNAPSHOT "
88}
99
1010group ' io.github.dreamylost'
11- version ' 4.1.0 '
11+ version ' 4.1.1-SNAPSHOT '
1212
1313sourceCompatibility = 1.8
1414
@@ -27,7 +27,7 @@ repositories {
2727
2828
2929dependencies {
30- implementation " io.github.kobylynskyi:graphql-java-codegen:4.1.0 "
30+ implementation " io.github.kobylynskyi:graphql-java-codegen:4.1.1-SNAPSHOT "
3131 implementation " javax.validation:validation-api:2.0.1.Final"
3232 implementation " com.squareup.okhttp3:okhttp:4.2.2"
3333 implementation " com.fasterxml.jackson.core:jackson-core:2.12.0"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77
88 // use the latest available version:
99 // https://plugins.gradle.org/plugin/io.github.kobylynskyi.graphql.codegen
10- id " io.github.kobylynskyi.graphql.codegen" version " 4.1.0 "
10+ id " io.github.kobylynskyi.graphql.codegen" version " 4.1.1-SNAPSHOT "
1111}
1212
1313mainClassName = " io.github.kobylynskyi.order.Application"
@@ -22,7 +22,7 @@ dependencies {
2222
2323 // use the latest available version:
2424 // https://search.maven.org/artifact/io.github.kobylynskyi/graphql-java-codegen
25- implementation " io.github.kobylynskyi:graphql-java-codegen:4.1.0 "
25+ implementation " io.github.kobylynskyi:graphql-java-codegen:4.1.1-SNAPSHOT "
2626
2727 implementation " org.apache.httpcomponents:httpclient:4.5.13"
2828 implementation " javax.validation:validation-api:2.0.1.Final"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66 //
77 // use the latest available version:
88 // https://plugins.gradle.org/plugin/io.github.kobylynskyi.graphql.codegen
9- id " io.github.kobylynskyi.graphql.codegen" version " 4.1.0 "
9+ id " io.github.kobylynskyi.graphql.codegen" version " 4.1.1-SNAPSHOT "
1010}
1111
1212mainClassName = " io.github.kobylynskyi.product.Application"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ apply plugin: "idea"
1717apply plugin : " maven-publish"
1818
1919group = " io.github.kobylynskyi"
20- version = " 4.1.0 "
20+ version = " 4.1.1-SNAPSHOT "
2121description = " Provides a task for generating Java code based on GraphQL schema"
2222
2323dependencies {
Original file line number Diff line number Diff line change 44
55 <groupId >io.github.kobylynskyi</groupId >
66 <artifactId >graphql-codegen-maven-plugin-example-client</artifactId >
7- <version >4.1.0 </version >
7+ <version >4.1.1-SNAPSHOT </version >
88 <name >graphql-codegen-maven-plugin-example-client</name >
99
1010 <build >
Original file line number Diff line number Diff line change 44
55 <groupId >io.github.kobylynskyi</groupId >
66 <artifactId >graphql-codegen-maven-plugin-example-server</artifactId >
7- <version >4.1.0 </version >
7+ <version >4.1.1-SNAPSHOT </version >
88 <name >graphql-codegen-maven-plugin-example-server</name >
99
1010 <build >
Original file line number Diff line number Diff line change 7070 <version .maven-scm-provider-gitexe>1.11.2</version .maven-scm-provider-gitexe>
7171 <version .maven-gpg-plugin>1.6</version .maven-gpg-plugin>
7272
73- <version .graphql-java-codegen>4.1.0 </version .graphql-java-codegen>
73+ <version .graphql-java-codegen>4.1.1-SNAPSHOT </version .graphql-java-codegen>
7474 </properties >
7575
7676 <dependencies >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ libraryDependencies ++= Seq(
1515 " org.json" % " json" % " 20190722" )
1616
1717enablePlugins(GraphQLCodegenPlugin )
18- graphqlJavaCodegenVersion := Some (" 4.1.0 " )
18+ graphqlJavaCodegenVersion := Some (" 4.1.1-SNAPSHOT " )
1919GraphQLCodegenPluginDependencies
2020graphqlSchemaPaths := List (" src/main/resources/schema.graphqls" )
2121modelPackageName := Some (" io.github.dreamylost.model" )
Original file line number Diff line number Diff line change 1- addSbtPlugin(" io.github.jxnu-liguobin" % " graphql-codegen-sbt-plugin" % " 4.1.0 " )
1+ addSbtPlugin(" io.github.jxnu-liguobin" % " graphql-codegen-sbt-plugin" % " 4.1.1-SNAPSHOT " )
You can’t perform that action at this time.
0 commit comments