mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
OPENIDE fixed missing value in jdk update test
This commit is contained in:
@@ -238,7 +238,8 @@ private fun jdkItemForTest(url: String,
|
||||
archiveFileName = url.split("/").last(),
|
||||
installFolderName = url.split("/").last().removeSuffix(".tar.gz").removeSuffix(".zip"),
|
||||
sharedIndexAliases = listOf(),
|
||||
saveToFile = {}
|
||||
saveToFile = {},
|
||||
isLicenseAccepted = false
|
||||
)
|
||||
|
||||
private fun doEventsWhile(iterations: Int = Int.MAX_VALUE / 2,
|
||||
|
||||
Reference in New Issue
Block a user