Skip to content

Commit

Permalink
remove unnecessary args spec from benchmark target
Browse files Browse the repository at this point in the history
  • Loading branch information
sjamesr committed Sep 16, 2018
1 parent 1a29fbd commit 0f1e6ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Expand Up @@ -86,7 +86,6 @@ configurations.errorprone {
task benchmarks(type: JavaExec) {
classpath = configurations.benchmarksRuntime + sourceSets.benchmarks.output
main = 'com.google.re2j.Benchmarks'
args = []
}

def releaseVersion = '1.2'
Expand Down

0 comments on commit 0f1e6ce

Please sign in to comment.