Skip to content

Commit

Permalink
revert @JsonTypeInfo for LoggableEvent and SQSMessages
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Jan 27, 2025
1 parent 45b1f20 commit e686819
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ subprojects {

jar {
processResources.exclude('checkstyle.xml')
// classifier "main".equalsIgnoreCase(gitBranch()) || "main".equalsIgnoreCase(System.getenv('BRANCH_NAME')) ? "" : "SNAPSHOT"
// out.println("**** building branch - " + gitBranch() + ", classifier - " + classifier + " - CI branch - " + System.getenv('BRANCH_NAME'))
classifier "main".equalsIgnoreCase(gitBranch()) || "main".equalsIgnoreCase(System.getenv('BRANCH_NAME')) ? "" : "SNAPSHOT"
out.println("**** building branch - " + gitBranch() + ", classifier - " + classifier + " - CI branch - " + System.getenv('BRANCH_NAME'))
}

test {
Expand All @@ -174,7 +174,7 @@ subprojects {

jacocoTestReport {
reports {
// xml.enabled true
xml.enabled true
}
}

Expand Down

0 comments on commit e686819

Please sign in to comment.