Skip to content

Commit

Permalink
additional compile dependencies for benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
lsf37 committed Jan 9, 2020
1 parent ced4c2e commit 9177d56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/compile-aggregated-java-sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ mvnget() {
mvnget org/apache/ant/ant/1.7.0/ant-1.7.0.jar
mvnget com/google/auto/value/auto-value-annotations/1.7/auto-value-annotations-1.7.jar
mvnget javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar
mvnget org/openjdk/jmh/jmh-core-1.22.jar
mvnget org/openjdk/jmh/jmh-generator-annproces-1.22.jar

CP=${CP##:} # Remove leading ':'
javac -cp "$CP" $(find . -name '*.java')

0 comments on commit 9177d56

Please sign in to comment.