Skip to content

Commit

Permalink
dataconnect: Add toolkit versions to gradle plugin: 1.4.1, 1.4.2, and…
Browse files Browse the repository at this point in the history
… 1.4.3 (#6325)
  • Loading branch information
dconeybe authored Sep 30, 2024
1 parent 46f2fd0 commit 5558564
Showing 1 changed file with 22 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,27 @@ sealed interface DataConnectExecutable {
"c06ccade89cb46459452f71c6d49a01b4b30c9f96cc4cb770ed168e7420ef0cb368" +
"cd602ff596137e6586270046cf0ffd9f8d294e44b036e5c5b373a074b7e5a"
)
"1.4.1" ->
VerificationInfo(
fileSizeInBytes = 25_034_904L,
sha512DigestHex =
"f4a16aca3a68c431407fc88a900940c73612a0046d9603ca80195c8c9641ee38fd8" +
"1b67cc158af600e173de1abc3cb0df9377b1a6012c808ab0871bb1bdbc0b1"
)
"1.4.2" ->
VerificationInfo(
fileSizeInBytes = 25_034_904L,
sha512DigestHex =
"24ee2db55a034dcb95000715919e1dc35c91403000dbd3b912e6b5b55587b862eca" +
"886bb1ca86e19cdaa25c77c29492e5d3b0c740c8649a90297cf84e9c9123b"
)
"1.4.3" ->
VerificationInfo(
fileSizeInBytes = 25_034_904L,
sha512DigestHex =
"c25fd2cb9ef4896cadc05fab79f767f8fc8212e3b967f2ae535855befd63339539a" +
"4f6cd648743c024f40139b668cc69fb9c6691490259664af5821d116896cf"
)
else ->
throw DataConnectGradleException(
"3svd27ch8y",
Expand All @@ -101,7 +122,7 @@ sealed interface DataConnectExecutable {
DataConnectExecutable {
companion object {

private const val DEFAULT_VERSION = "1.4.0"
private const val DEFAULT_VERSION = "1.4.3"

fun forVersionWithDefaultVerificationInfo(version: String): Version {
val verificationInfo = DataConnectExecutable.VerificationInfo.forVersion(version)
Expand Down

0 comments on commit 5558564

Please sign in to comment.