From c136b7fb85d10aa60ceb49e2db7b084ad065a7df Mon Sep 17 00:00:00 2001 From: Gabriel Copat <copatg@cardiff.ac.uk> Date: Mon, 4 Dec 2023 11:31:59 +0000 Subject: [PATCH] Styling Updates --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8d359787..0bdcc02b 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,8 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-jdbc' implementation 'org.mariadb.jdbc:mariadb-java-client:2.1.2' - compileOnly 'org.projectlombok:lombok' + testImplementation 'junit:junit:4.13.1' + compileOnly 'org.projectlombok:lombok' testImplementation 'org.projectlombok:lombok:1.18.28' compileOnly 'org.projectlombok:lombok' developmentOnly 'org.springframework.boot:spring-boot-devtools' -- GitLab