Skip to content

Commit 7681ebe

Browse files
committed
Target Java 8 in ubench-agent plugin
1 parent bf01e04 commit 7681ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/ubench-agent/build-ubench-agent.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424

2525
msg "Building agent..."
2626
pushd "$UBENCH_AGENT_DIR"
27-
ant lib
27+
ant -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 lib
2828
msg "Build succeeded."
2929
popd
3030

0 commit comments

Comments
 (0)