I'm completely new to Gradle and I'm having some test dependency/scope issues with my task.
Currently my project is set up something like
/root
build.gradle
/test
/testA
/testB
I have a class in testA package that imports a class in testB package. When I run the task or do a gradle build, it cannot find symbol for that class, which I assume is because the two packages are out of scope of each other. How can I configure my testA task for testA to be able to find stuff (or at least that particular class) in testB? (Both testA and testB tasks are in the same build.gradle file)
Aucun commentaire:
Enregistrer un commentaire