Hello Temporal Friends ,
I’m currently building out a solution using Temporal with the Java SDK, and I’m exploring Java 9 Modules for the first time in earnest. I’m building my project with Gradle v7, the Java SDK version 1.0.7. Since I’m using modules, I was prompted by the compiler with the following:
error: module not found: temporal.sdk
requires temporal.sdk;
Is anyone here using the Java 9 modules and temporal?