Skip to content

Commit

Permalink
remove application
Browse files Browse the repository at this point in the history
Signed-off-by: Chloe Yip <[email protected]>
  • Loading branch information
cyip10 committed Sep 9, 2024
1 parent d0203a1 commit 20cb31a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/benchmarks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ application {
mainClass = 'glide.benchmarks.BenchmarkingApp'
// Runs for GITHUB_ACTIONS for testing release Maven deployment. Force benchmarks to use glide-rs from Maven Central
// deployments.
if (!System.getenv("ORG_GRADLE_PROJECT_centralManualTestingAuthHeaderName")) {
applicationDefaultJvmArgs = ['-Djava.library.path=../target/release']
}
// if (!System.getenv("ORG_GRADLE_PROJECT_centralManualTestingAuthHeaderName")) {
// applicationDefaultJvmArgs = ['-Djava.library.path=../target/release']
// }
}

0 comments on commit 20cb31a

Please sign in to comment.