oracle / javavscode

Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)
Apache License 2.0
231 stars 31 forks source link

Gradle build and clean tests #189

Closed subhash-arabhi closed 4 months ago

subhash-arabhi commented 4 months ago
  1. Added tests to see how Java workspace compile and clean works on Gradle projects
  2. Reorganised the test folder into different suites
  3. Added few utility functions for testing
oracle-contributor-agreement[bot] commented 4 months ago

Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA). The following contributors of this PR have not signed the OCA:

To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application.

When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated.

If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public.

subhash-arabhi commented 4 months ago

nitpick: There are some linting issues, can you please format the code. Also, after doing this change, can you please squash the commits.

Fixed linting issues and squashed main commits

Achal1607 commented 4 months ago

Tests are failing, can you please delete package-lock.json and run npm i again.