Skip to content

Commit

Permalink
removed now redundant jsonschema2pojo plugin and config
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelpain committed Jul 5, 2024
1 parent f6e8afc commit 15334c8
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions crime-evidence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {
id 'io.spring.dependency-management' version '1.1.4'
id "org.sonarqube" version "4.4.1.3373"
id "info.solidsoft.pitest" version "1.15.0"
id "org.jsonschema2dataclass" version "6.0.0"
}

group = "uk.gov.justice.laa.crime"
Expand Down Expand Up @@ -114,18 +113,4 @@ sonarqube {
property "sonar.pitest.mode", "reuseReport"
property "sonar.pitest.reportsDirectory", "build/reports/pitest"
}
}

jsonSchema2Pojo {
executions {
main {
methods.builders = true
methods.buildersDynamic = true
methods.annotateJsr303Jakarta = true
fields.floatUseBigDecimal = true
dateTime.dateTimeType = "java.time.LocalDateTime"
klass.targetPackage = "uk.gov.justice.laa.crime.evidence.model.common"
io.source.setFrom files("${project.rootDir}/src/main/resources/schemas")
}
}
}

0 comments on commit 15334c8

Please sign in to comment.