I followed this gradle tutorial:
https://guides.gradle.org/building-java-libraries/
with gradle 4.9 and for some reason in projects that reference the build jar can't see the Library class that should be created and be accessible once the project is built. I've changed nothing about the build settings and what not. Only run gradlew build from the command line to build the project.
I've tried finding the package path in my project, I've tried using eclipse to auto discover the import, it never finds it. (Note that the default method that the java-library type creates I've changed to static for my tests)
Am I missing something, I'm very new to Gradle and I'm trying to expose myself to it. But I'm familiar with just exporting a straight jar from the export window in Eclipse. So I can't quite determine what I'm doing wrong. Project Structure:
build.gradle file:

