-
Notifications
You must be signed in to change notification settings - Fork 158
Labels
enhancementNew feature or requestNew feature or requestintegrationA new .NET Aspire integrationA new .NET Aspire integration
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestintegrationA new .NET Aspire integrationA new .NET Aspire integration