Skip to content

Commit

Permalink
fixes build
Browse files Browse the repository at this point in the history
  • Loading branch information
ndc-dxc committed Aug 6, 2024
1 parent cc60a7a commit f208282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ plugins {
id 'org.springframework.boot' version '3.3.2'
id 'io.spring.dependency-management' version '1.1.6'
id 'java'
id 'com.google.cloud.tools.jib' version '3.1.4'
id 'checkstyle'
id 'jacoco'
id 'org.owasp.dependencycheck' version '8.2.1'
id 'com.github.spotbugs' version '6.0.19'
id 'org.openapi.generator' version '6.6.0'
id 'org.openapi.generator' version '7.7.0'
id 'idea'
id 'com.google.cloud.tools.jib' version '3.4.3'
}

group = 'it.gov.innovazione'
Expand Down

0 comments on commit f208282

Please sign in to comment.