Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Update generated api extension jar hash after version change
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo B. de Oliveira <rodrigo@gradle.com>
  • Loading branch information
bamboo committed Jan 24, 2019
1 parent 9a031cb commit 40b7a76
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -191,7 +191,7 @@ class GradleApiExtensionsIntegrationTest : AbstractPluginIntegrationTest() {
val generatedJarHash = HashUtil.createHash(generatedExtensionsJarFromTestKitUserHome(), "MD5")
assertThat(
generatedJarHash.asZeroPaddedHexString(32),
equalTo("d32b635564401a301eca2647c6e68572")
equalTo("30f6c4e833395b258a763c9b238a275f")
)
}

Expand Down

0 comments on commit 40b7a76

Please sign in to comment.