mirror of
https://github.com/apple/pkl.git
synced 2026-03-29 05:11:55 +02:00
JDK version bump cleaups, bump minimum Gradle version to 8.1 (#454)
* Bump JDK when running simple gradle CI jobs * Bump minimum Gradle version to 8.1 * Fix docs, and fix minimum version checker
This commit is contained in:
@@ -1201,8 +1201,7 @@ result = someLib.x
|
||||
val err =
|
||||
assertThrows<CliException> { evalModuleThatImportsPackage(builtInCerts, packageServer.port) }
|
||||
assertThat(err)
|
||||
// on some JDK11's this doesn't cause SSLHandshakeException but some other SSLException
|
||||
// .hasMessageContaining("Error during SSL handshake with host `localhost`:")
|
||||
.hasMessageContaining("Error during SSL handshake with host `localhost`:")
|
||||
.hasMessageContaining("unable to find valid certification path to requested target")
|
||||
.hasMessageNotContainingAny("java.", "sun.") // class names have been filtered out
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user