File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# GraphQL Codegen Gradle plugin #
22
3- [ ![ Build Status] ( https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/io/github/kobylynskyi/graphql/codegen/graphql-java- codegen-gradle-plugin/maven-metadata.xml.svg?label=gradle )] ( https://plugins.gradle.org/plugin/io.github.kobylynskyi.graphql.codegen )
3+ [ ![ Build Status] ( https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/io/github/kobylynskyi/graphql/codegen/graphql-codegen-gradle-plugin/maven-metadata.xml.svg?label=gradle )] ( https://plugins.gradle.org/plugin/io.github.kobylynskyi.graphql.codegen )
44[ ![ Build Status] ( https://travis-ci.com/kobylynskyi/graphql-java-codegen-gradle-plugin.svg?branch=master )] ( https://travis-ci.com/kobylynskyi/graphql-java-codegen-gradle-plugin )
55[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
66
@@ -17,7 +17,7 @@ This Gradle plugin is able to generate the following classes based on your Graph
1717### Plugin Setup
1818
1919 plugins {
20- id "io.github.kobylynskyi.graphql.codegen" version "1.0"
20+ id "io.github.kobylynskyi.graphql.codegen" version "1.0"
2121 }
2222
2323Using [ legacy plugin application] ( https://docs.gradle.org/current/userguide/plugins.html#sec:old_plugin_application ) :
@@ -32,6 +32,8 @@ Using [legacy plugin application](https://docs.gradle.org/current/userguide/plug
3232 classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:1.0"
3333 }
3434 }
35+
36+ apply plugin: "io.github.kobylynskyi.graphql.codegen"
3537
3638### Plugin Configuration
3739
You can’t perform that action at this time.
0 commit comments