-
-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
cd plugins/graphql-java-codegen-gradle-plugin/graphql-codegen-gradle-plugin
./gradlew clean install
These instructions are unfortunately not possible to follow.
- The gradle wrapper is not present in this subfolder (which is ok, but we need to change the command to simply
gradleand assume the correct version is installed globally on the machine). - There is no install task on the plugin project:
Task 'install' not found in project ':graphql-codegen-gradle-plugin'.
I guess it should be changed to the publishToMavenLocal task instead.
Last thing, the example project can't be built because it is commented out in settings.gradle.
However, the plugin's project can't be built the first time if the other one is uncommented, because the dependency is not declared in the build.
Maybe we can improve the projects setup so that the global build tests everything (including example projects) without having to follow a specific order and without changing directories.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation