Skip to content

Commit

Permalink
Run TrustStoreBuilderPluginTests with Gradle 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chkpnt committed Dec 1, 2023
1 parent 9f0c355 commit 44e2ff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build your Java TrustStore with Gradle

This Gradle plugin for Gradle 7.0 and newer can build a Java TrustStore from existing certificates and bundles like the [Mozilla CA certificate store](https://curl.se/docs/caextract.html).
This Gradle plugin for Gradle 8.0 and newer can build a Java TrustStore from existing certificates and bundles like the [Mozilla CA certificate store](https://curl.se/docs/caextract.html).
TrustStores can be built in the JKS format or as PKCS12-containers.
Additionally, a validation check for the certificates is provided by this plugin, too.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ class TrustStoreBuilderPluginTest extends Specification {
private def GradleRunner buildGradleRunner(String... tasks) {
GradleRunner.create()
.withDebug(true)
.withGradleVersion("7.0")
.withGradleVersion("8.0")
.withProjectDir(testProjectDir.toFile())
.withArguments(tasks)
.withPluginClasspath()
Expand Down

0 comments on commit 44e2ff5

Please sign in to comment.