Skip to content

Commit 09332fc

Browse files
authored
Remove jtreg dependency for windows build (#377)
1 parent 1846e9a commit 09332fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

installers/windows/zip/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ task configureBuild(type: Exec) {
4343
def command = ['bash', 'configure',
4444
"--with-cacerts-file=${depsMap[caCerts]}",
4545
"--with-boot-jdk=${project.getProperty('bootjdk_dir')}",
46-
"--with-jtreg=${project.getProperty('jtreg_dir')}",
4746
"--with-zlib=bundled"
4847
]
4948
// Common flags

0 commit comments

Comments
 (0)