Zongle Wang
Zongle Wang
I'd finished Ktlint custom rule sets support in #1896, but it supports Maven coordinates only due to the limits of https://github.com/diffplug/spotless/blob/0189f717ee13acdb00745bffa86c6ed4ede53ef2/lib/src/main/java/com/diffplug/spotless/JarState.java#L56-L59 We can extend this for Gradle local projects to...
If I use the config below, it works in Groovy Dsl project for kt fies ```groovy spotless { kotlin { ktlint() licenseHeaderFile(rootProject.file("gradle/HEADER.txt")) } } ``` But if I just copy-paste...
See https://github.com/Goooler/spotless/releases/tag/gradle%2F6.21.0.
https://github.com/actions/checkout/releases/tag/v4.0.0
Closes #149.
Bitrise is set up in #214. Years have passed, and the ecosystem of GitHub Actions is getting stronger and faster, supporting more features. There are the same CPU cores on...
This will let us easy to observe and share build statistics on CI.
### Checklist - [x] I read the [Contribution Guidelines](https://github.com/openid/AppAuth-Android/blob/master/CONTRIBUTING.md) - [x] I signed the CLA and WG Agreements - [ ] I ran, updated and added unit tests as necessary....