Skip to content
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

Open
wants to merge 4 commits into
base: draft
Choose a base branch
from

Conversation

arunvenmany-ibm
Copy link
Collaborator

@arunvenmany-ibm arunvenmany-ibm commented Jan 29, 2025

Fixes #11

Also added java block for sourceComapatibility option, as earlier used way is being deprecated

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.
Copy link
Member

@gkwan-ibm gkwan-ibm Jan 29, 2025

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.

Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dev content review
2 participants