Skip to content

Commit

Permalink
fix: the configuration for maven below v4.0 should be kept because in…
Browse files Browse the repository at this point in the history
… the unit tests we use maven 3.9.6
  • Loading branch information
yurii-yu committed Jan 31, 2025
1 parent d6f8f1c commit fc37adb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
"tool": "java",
"versionRange": "[17,)"
}
],
"[3.0,4.0)": [
{
"tool": "java",
"versionRange": "[8,)"
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
"tool": "java",
"versionRange": "[17,)"
}
],
"[3.0,4.0)": [
{
"tool": "java",
"versionRange": "[8,)"
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
"tool": "java",
"versionRange": "[17,)"
}
],
"[3.0,4.0)": [
{
"tool": "java",
"versionRange": "[8,)"
}
]
}
}

0 comments on commit fc37adb

Please sign in to comment.