From 3d4af8e1ab6699066402924f94828772afa1863b Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Wed, 11 Jan 2023 14:04:00 +0100 Subject: [PATCH] Remove mentioning of maven.zip in 1.8.0 instruction KTI-1091 --- docs/building/build-1.8.0.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/building/build-1.8.0.md b/docs/building/build-1.8.0.md index c8881619dba..87cb3b025b9 100644 --- a/docs/building/build-1.8.0.md +++ b/docs/building/build-1.8.0.md @@ -59,6 +59,5 @@ docker run --rm -it --name kotlin-build-repack-zip-with-stable-entries-order-$DE This generates a ZIP file: `build/repo-reproducible/reproducible-maven-1.8.0.zip`. -Check that the SHA 256 checksum is equal to the published one for [maven-1.8.0.zip](https://github.com/JetBrains/kotlin/releases/download/v1.8.0/maven-1.8.0.zip): - -`98573938b708c193ca68c7269d29e6ac777dfe780b3935bc733d4c428a45d4e5` \ No newline at end of file +Check that the SHA 256 checksum is equal to +`98573938b708c193ca68c7269d29e6ac777dfe780b3935bc733d4c428a45d4e5`. \ No newline at end of file