Francis Galiegue
Francis Galiegue
See here: https://docs.gradle.org/current/release-notes#support-for-declaring-compile-time-only-dependencies-with-java-plugin This means that in theory, we do not have to declare anymore a new `provided` configuration and use that for the sonar-plugin-api jar. If I try and...
Such annotations can help immensely when programming with the API, as it tells the API user what to expect. Two examples from `DbxClient`: - `.startGetFile()` can have null as its...
Hello, Unlike the other json path project I stumbled upon, this one actually allows to return a `List` using a `TypeReference`, so this is most excellent for my use case....