Add workflow for Azure Web App with Gradle (#1955)

* Add starter workflow for Azure Web App with Gradle

* Use gradle build instead of assemable and mark template as preview

---------

Co-authored-by: Sampark Sharma <[email protected]>
This commit is contained in:
Hanxiao Liu
2023-03-10 11:36:31 +05:30
committed by GitHub
co-authored by Sampark Sharma
parent d9096dc751
commit 9ab053c67b
2 changed files with 87 additions and 0 deletions
@@ -0,0 +1,8 @@
{
"name": "Deploy a Gradle .jar app to an Azure Web App",
"description": "Build a Gradle project and deploy it to an Azure Web App.",
"creator": "Microsoft Azure",
"iconName": "azure",
"categories": ["Deployment", "Java", "Gradle"],
"labels": ["preview"]
}