Hello everybody. Am I right that polumi should be ...
# java
f
Hello everybody. Am I right that polumi should be able to 'eat' java jar file without additional configuration?
Copy code
name: java-gradle
runtime:
  name: java
  options:
    binary: app/build/distributions/app.tar
description: A minimal Java Pulumi program with Gradle builds
Or pulumi internally executes gradle build? I'm trying to create a multi-module project, having 1 module containing infra, and other modules containing the code (so I could reuse some constants for example), but I could not make it work so far. I was thinking maybe I could compline JAR file completly independently and then make pulumi consume it, but looks like it does not work like that.. Any advise would be highly apreciated