Skip to content

Commit

Permalink
Remove the default definition of jacksonVersionForJacksonTest in buil…
Browse files Browse the repository at this point in the history
…d.gradle
  • Loading branch information
dmikurube committed Apr 15, 2024
1 parent de98bce commit 202c6f2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ plugins {
id "checkstyle"
}

ext {
if (!project.hasProperty("jacksonVersionForJacksonTest")) {
jacksonVersionForJacksonTest = "2.15.3"
}
}

group = "org.embulk"
version = "0.5.0-SNAPSHOT"
description = "Embulk JSON processor for Embulk plugins"
Expand Down

0 comments on commit 202c6f2

Please sign in to comment.