Add gradle project

This commit is contained in:
Werner
2021-11-15 10:48:15 -03:00
parent 3e0108f0d9
commit bd7549ca47
8 changed files with 307 additions and 0 deletions

2
settings.gradle Normal file
View File

@ -0,0 +1,2 @@
rootProject.name = "JavaAzure"
include("app")