mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Revert.
This commit is contained in:
parent
700a8fbca8
commit
03e94157c7
2 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@ class VerifyKobaltZipTest : KobaltTest() {
|
|||
} else if (entry.name.endsWith("kobalt-wrapper.jar")) {
|
||||
val ins = zipFile.getInputStream(entry)
|
||||
foundWrapperJar = true
|
||||
assertExistence(ins, listOf("kobalt.properties"))
|
||||
assertExistence(ins, listOf("kobalt.properties", "com/beust/kobalt/wrapper/Main.class"))
|
||||
}
|
||||
entry = stream.nextEntry
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue