Skip to content

Commit

Permalink
Remove jtreg dependency for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
cost0much committed Nov 10, 2024
1 parent 09ce39a commit e0ef902
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion installers/windows/zip/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ task configureBuild(type: Exec) {
def command = ['bash', 'configure',
"--with-cacerts-file=${depsMap[caCerts]}",
"--with-boot-jdk=${project.getProperty('bootjdk_dir')}",
"--with-jtreg=${project.getProperty('jtreg_dir')}",
"--with-zlib=bundled"
]
// Common flags
Expand Down

0 comments on commit e0ef902

Please sign in to comment.