Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Jan 1, 2025
1 parent 8c0f6c1 commit 5f32e38
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ plugins {
id 'io.freefair.lombok' version '8.6'
id 'org.jetbrains.intellij' version '1.17.4'
id 'java'
id 'jacoco'
}

group 'com.checkmarx'
Expand All @@ -20,11 +21,6 @@ repositories {
}
}

plugins {
id 'java'
id 'jacoco'
}

jacoco {
toolVersion = "0.8.8" // Specify the JaCoCo version
}
Expand Down

0 comments on commit 5f32e38

Please sign in to comment.