diff --git a/build.gradle b/build.gradle index d60e165..3d91a94 100644 --- a/build.gradle +++ b/build.gradle @@ -20,6 +20,7 @@ implementation 'org.springframework.boot:spring-boot-starter-jersey' implementation 'org.springframework.boot:spring-boot-starter-web' testImplementation 'org.springframework.boot:spring-boot-starter-test' + providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat' } tasks.named('test') { diff --git a/settings.gradle b/settings.gradle index 91188d9..a26d37e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -rootProject.name = 'citrusServer' +rootProject.name = 'citrus'