Skip to content

Commit 3d92179

Browse files
committed
Update README.md
1 parent 574e40b commit 3d92179

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

2323
Using [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

0 commit comments

Comments
 (0)