Related to an existing integration?
Yes
Existing integration
CommunityToolkit.Aspire.Hosting.Java
Overview
The Java integration currently only supports building with Maven. Gradle is another popular choice in the Java ecosystem, and would likely be worth supporting as well.
Usage example
Usage could look like this:
// apphost.cs
builder.AddJavaApp("spring-app", "./spring-app")
.WithGradleBuild();
WithGradleBuild could accept optional options as well similar to how WithMavenBuild does.
Breaking change?
No
Alternatives
Outside of creating a custom solution, I don't know of any alternatives that allow Gradle builds.
Additional context
No response
Help us help you
Yes, I'd like to be assigned to work on this item
Related to an existing integration?
Yes
Existing integration
CommunityToolkit.Aspire.Hosting.Java
Overview
The Java integration currently only supports building with Maven. Gradle is another popular choice in the Java ecosystem, and would likely be worth supporting as well.
Usage example
Usage could look like this:
WithGradleBuildcould accept optional options as well similar to howWithMavenBuilddoes.Breaking change?
No
Alternatives
Outside of creating a custom solution, I don't know of any alternatives that allow Gradle builds.
Additional context
No response
Help us help you
Yes, I'd like to be assigned to work on this item