Closed PawelLipski closed 4 years ago
I suspect you need a checkerFramework
dependency on backendApi
, in addition to the existing implementation
dependency.
If that doesn't work, I'd be happy to help debug if you can point me at the failing repo state.
Thanks! it worked, that was the missing piece :) So that's a non-issue. (Maybe just a more explicit note about that in README.md would be useful since AFAICS there's no mention of using checkerFramework
for intra-project dependencies).
I define a few subtyping annotations in
backendApi
module:and in
backendImpl
module that depends onbackendApi
, I have the following build.gradle:Unfortunately, I'm getting
Here's the full
./gradle compileJava
log:Gradle log
Apparently, annotations from
com.virtuslab.gitmachete.backend.api.qual
never get loaded from/home/pawellipski/git-machete-intellij-plugin/backendApi/build/libs/backendApi-0.0.82-SNAPSHOT.jar
.Do you have any idea what can be the problem here? I can provide more details and/or the entire failing repo state if needed.