File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
graphql-codegen-gradle-plugin-example
graphql-codegen-gradle-plugin Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This Gradle plugin is able to generate the following classes based on your Graph
1818
1919``` groovy
2020plugins {
21- id "io.github.kobylynskyi.graphql.codegen" version "1.3 .0"
21+ id "io.github.kobylynskyi.graphql.codegen" version "1.4 .0"
2222}
2323```
2424
@@ -32,7 +32,7 @@ buildscript {
3232 }
3333 }
3434 dependencies {
35- classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:1.3 .0"
35+ classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:1.4 .0"
3636 }
3737}
3838
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33 id " idea"
44 id " application"
55 id " net.ltgt.apt" version " 0.20"
6- id " io.github.kobylynskyi.graphql.codegen" version " 1.3 .0"
6+ id " io.github.kobylynskyi.graphql.codegen" version " 1.4 .0"
77}
88
99mainClassName = " io.github.kobylynskyi.bikeshop.Application"
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ apply plugin: "idea"
1717apply plugin : " maven-publish"
1818
1919group = " io.github.kobylynskyi"
20- version = " 1.3 .0"
20+ version = " 1.4 .0"
2121description = " Provides a task for generating Java code based on GraphQL schema"
2222
2323dependencies {
2424 compile gradleApi()
2525
26- compile ' io.github.kobylynskyi:graphql-java-codegen:1.3 .0'
26+ compile ' io.github.kobylynskyi:graphql-java-codegen:1.4 .0'
2727
2828 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.5.1'
2929 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.5.1'
You can’t perform that action at this time.
0 commit comments