Skip to content

Commit

Permalink
Remove jtreg dependency for windows build (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
cost0much authored Nov 12, 2024
1 parent 76e1c8d commit cf85259
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 cf85259

Please sign in to comment.