Skip to content

Commit

Permalink
support pack
Browse files Browse the repository at this point in the history
  • Loading branch information
julienp committed Jan 30, 2025
1 parent acdaaf7 commit 04bfa7b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkg/codegen/java/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -2052,14 +2052,6 @@ func generateModuleContextMap(tool string, pkg *schema.Package) (map[string]*mod
WithDefaultDependencies().
WithJavaSdkDependencyDefault(DefaultSdkVersion)

// All packages that SupportPack (which in some sense reflects the latest version of the schema) should use
// Gradle if no build system has been explicitly specified.
if p.SupportPack() {
if javaInfo.BuildFiles == "" {
javaInfo.BuildFiles = "gradle"
}
}

info = &javaInfo
infos[def] = info
}
Expand Down

0 comments on commit 04bfa7b

Please sign in to comment.