Skip to content
Snippets Groups Projects
Commit bc3df82b authored by Byron Biggs's avatar Byron Biggs
Browse files

Added jacoco to build.gradle

parent 6f4f69fd
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ plugins { ...@@ -2,6 +2,7 @@ plugins {
id 'java' id 'java'
id 'org.springframework.boot' version '3.3.5' id 'org.springframework.boot' version '3.3.5'
id 'io.spring.dependency-management' version '1.1.6' id 'io.spring.dependency-management' version '1.1.6'
id 'jacoco'
} }
group = 'com.example' group = 'com.example'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment