On ./gradlew build I get
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
See Command-Line Interface - Gradle User Manual
… but it also says BUILD SUCCESSFUL. I’m not sure what
this means… NB this attempt to use “maven-publish” is related to my previous question: I’m wondering whether or how I can use a “local Maven repository” (whatever that is) to allow versions of modules (classes, etc.) from one project to be available to others as dependencies (which will also pull in their own dependencies if missing)…