ADD::Added build.gradle file in root

combined the contents of the two gradle build files into one, and put it into the root directory.

DELETE::removed pom.xml

deleted the pom.xml file, since it was used for maven and we use gradle in our project
This commit is contained in:
Sem van der Hoeven
2019-03-06 10:53:59 +01:00
parent b68badb484
commit 7953d50409
7 changed files with 62 additions and 0 deletions

1
settings.gradle Normal file
View File

@@ -0,0 +1 @@
rootProject.name = 'OOP Project'