-
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
Gradle Integration and Improvements #17
Comments
IDE IntegrationProblemIn part due to the practice of sharing things like the classpath file with hard-coded paths as well as the use of the lib folder and its usage in the classpath, IDE syntax highlighting and auto completion is breaking for some users. The addition of Gradle to the project for resolving dependencies has increased the number of users experiencing this issue. Currently to fix the IDEs that are no longer handling syntax highlighting and dependencies correctly, users are manually creating and editing custom configurations and classpaths files. This works but, is not ideal for getting new devs spun up quickly or handling an increasing number of dependencies for all devs. GoalSimplify the issue for the user or automate the process to improve developer quality of life. Try to make as many IDE's as possible readily usable out of the box to help all current and future Devs TODOs
Triage Info for IDE Integration Specifically
|
Java VersionProblemProject requires that the code is compatible with Java 8. Currently the runners use java 8 but users use what ever is set locally GoalGradle should use Java 8 if available to build, run and test the program TODO
Triage Info for: Java Version
|
TestingProblemTesting is not a part of gradle despite some existing Regression tests and Unit tests GoalSet up gradle automated testing TODO
Triage Info
|
As new Issues with the build system are found or identified please add comments to this Issues to bring to the attention of the Admin and DevOps team
The text was updated successfully, but these errors were encountered: