Skip to content

Commit

Permalink
drop odest plugin version: it can be a range
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Feb 22, 2024
1 parent 6e3be8d commit 160b1fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public PluginPrerequisites getPluginPrerequisites(String pluginName) throws IOEx
Elements td = systemRequirementsHistoryTrs
.get(systemRequirementsHistorySize)
.select("td");
oldest = td.get(0).text() + " requires Maven " + td.get(1).text() + " + JDK "
oldest = "requires Maven " + td.get(1).text() + " + JDK "
+ td.get(2).text().replace("1.", "");
}

Expand Down

0 comments on commit 160b1fb

Please sign in to comment.