Skip to content

Commit

Permalink
Change visibility of getMetadataFromBuildFile
Browse files Browse the repository at this point in the history
- Updated so Maven plugin can grab project/version metadata using BenchmarkRunner method
  • Loading branch information
danielrigos committed Feb 7, 2022
1 parent df84d9b commit bbec34b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ public static void printGCStats() {
System.out.println("Total Garbage Collection Time (ms): " + garbageCollectionTime);
}

private static String getMetadataFromBuildFile(String prop) {
public static String getMetadataFromBuildFile(String prop) {
String property = "";
String temp2 = System.getProperty("user.dir");
File gradle = new File(temp2 + "/build.gradle");
Expand Down

0 comments on commit bbec34b

Please sign in to comment.