-
Hi, When I do that, i get
Looking at that url in the error
i don't see the pom file in that path, its actually in this folder
Is this a misconfiguration on the releas or do i need to pass in any more confguration into the gradle plugin to get the legacy plugin application working ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
in gradle plugin repo, the instructions to import are different than whats on the plugin-setup page ? the classpaths and apply plugin commands are different, neither of them work for me at the moment, any suggesitons ?
in the gradle repo it says
|
Beta Was this translation helpful? Give feedback.
-
Ok got it working finally with
grabbed the fully qualified class name from here : https://github.com/kobylynskyi/graphql-java-codegen/blob/v5.2.0/plugins/gradle/graphql-java-codegen-gradle-plugin/src/main/resources/META-INF/gradle-plugins/io.github.kobylynskyi.graphql.codegen.properties |
Beta Was this translation helpful? Give feedback.
Ok got it working finally with
grabbed the fully qualified class name from here : https://github.com/kobylynskyi/graphql-java-codegen/blob/v5.2.0/plugins/gradle/graphql-java-codegen-gradle-plugin/src/main/resources/META-INF/gradle-plugins/io.github.kobylynskyi.graphql.codegen.properties