REMOVE::removed settings.gradle file in src folder

this messed with the paths for the main settings.gradle file
This commit is contained in:
Sem van der Hoeven
2019-03-09 14:12:44 +01:00
parent 803b0c2064
commit 2e1becbe32
11 changed files with 1211 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ targetCompatibility = 1.8
dependencies {
compile("org.springframework.boot:spring-boot-starter-web")
testCompile('org.springframework.boot:spring-boot-starter-test')
compile project(':src:Common')
compile project(path: ':src:Common')
compileOnly 'org.projectlombok:lombok:1.18.6'
annotationProcessor 'org.projectlombok:lombok:1.18.6'
compile("org.springframework.boot:spring-boot-starter-data-jpa")