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

Updating instructions... #2

Merged
merged 2 commits into from Jun 20, 2019
Merged

Conversation

lemire
Copy link

@lemire lemire commented Jun 20, 2019

No description provided.

README.md Outdated
* ``./gradlew assemble`` will compile
* ``./gradlew build`` will compile and run the unit tests
* ``./gradlew test `` will run the tests
* ``./gradlew checkstyleTest`` will check that you abide by the code style and that the code compiles. We enforce a strict style so that there is no debate as to the proper way to format the code.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will only do the test code (src/test/java). checkstyleMain does src/main/java but maybe you want just check which is running the tests + all other things like checkstyle? Or if you want a one-shot task we could create one that depends on all tasks of type Checkstyle.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated for "checkstyleMain"

@marshallpierce marshallpierce merged commit be82739 into marshallpierce:gradle Jun 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants