MCPcopy Index your code
hub / github.com/dagger/dagger / JavaSdk

Struct JavaSdk

sdk/java/runtime/main.go:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25)
26
27type JavaSdk struct {
28 SDKSourceDir *dagger.Directory
29 moduleConfig moduleConfig
30 // If true, -e flag will be added to the maven command to display execution error messages
31 MavenErrors bool
32 // If true, -X flag will be added to the maven command to enable full debug logging
33 MavenDebugLogging bool
34}
35
36type moduleConfig struct {
37 name string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected