#gradle
Read more stories on Hashnode
Articles with this tag
You can share test code between modules/projects easily using the Gradle java-test-fixtures plugin. plugins { id("java-test-fixtures") } This...
This is an opinionated step-by-step guide on how to publish a Kotlin/Java library with Gradle to the Maven Central repository. It assumes that: the...