-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev content review comments fixed #14
base: draft
Are you sure you want to change the base?
Conversation
Signed-off-by: Arun Venmany <[email protected]>
Signed-off-by: Arun Venmany <[email protected]>
README.adoc
Outdated
@@ -199,7 +199,7 @@ start/build.gradle | |||
include::finish/build.gradle[] | |||
---- | |||
|
|||
Set the [hotspot=packaging file=1]`basic configuration` for the project. Apply [gradle-java-plugin file=1]`gradle-java-plugin` to all sub projects. This allows each child module to inherit the plug-ins, so that you can use the these to develop the modules. | |||
Set the [hotspot=packaging file=1]`common configuration` for the project. Apply [gradle-java-plugin file=1]`gradle-java-plugin` to all sub projects. This allows each child module to inherit the plug-ins, so that you can use the these to develop the modules. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The whole statement "Apply ... to develop the modules." does not describe what the changes in the build.gradle file that does not contain gradle-java-plugin or any plugins. It contains the java and repositories configurations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when you specify apply plugin: 'java' , its actually gradle-java-plugin
Modified the description to avoid confusion
Signed-off-by: Arun Venmany <[email protected]>
Fixes #11
Also added java block for sourceComapatibility option, as earlier used way is being deprecated