- checkstyles
- spotbugs
- android api level linting
- javadoc
- cobertura
-
In
build.gradlein therepositoriessection:maven { url = uri("https://maven.pkg.github.com/microsoft/kiota") credentials { username = project.findProperty("gpr.user") ?: System.getenv("USERNAME") password = project.findProperty("gpr.key") ?: System.getenv("TOKEN") } } -
In
build.gradlein thedependenciessection:api 'com.microsoft.kiota.serialization:kiota-json:1.0.0' -
In
gradle.propertiesnext to thebuild.gradlefile:gpr.user = your github username gpr.key = your PAT