Skip to content

Commit

Permalink
fix: 单测错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Leibnizhu committed Aug 25, 2023
1 parent 17800b4 commit c600893
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ private static String determineJavaPluginVersion() {
}

private static String determineSonarqubeVersion() {
return System.getProperty(SONAR_VERSION_KEY, "LATEST_RELEASE[9.4]");
return System.getProperty(SONAR_VERSION_KEY, "LATEST_RELEASE[9.9]");
}
}

0 comments on commit c600893

Please sign in to comment.