Pull requests for bug fixes are welcome, but before submitting new features or changes to current functionality open an issue and discuss your ideas or propose the changes you wish to make. After a resolution is reached a PR can be submitted for review.
Building the project requires Java 8 and Java 11 to be installed.
To build the project without running tests run:
./gradlew clean assemble
To build the entire project with tests run:
./gradlew clean build
In Project Settings
-> Modules
ensure that the following modules have JDK 8 set as their module SDK:
main
test
dd-javac-plugin-client/main
dd-javac-plugin-client/test
java11
module needs JDK 11 set as its module SDK.