File tree Expand file tree Collapse file tree 2 files changed +7
-20
lines changed
Expand file tree Collapse file tree 2 files changed +7
-20
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,13 @@ allprojects {
9696 }
9797 }
9898 }
99+
100+ configurations.matching { it.name == " kotlinBouncyCastleConfiguration" }.configureEach {
101+ // Workaround for https://github.com/gradle/gradle/issues/35309.
102+ // When any of cloud-native Gradle plugins is applied in a project
103+ // whose Gradle version embeds Kotlin <2.3.20, there will be an unnecessary dependency on build classpath.
104+ withDependencies { clear() }
105+ }
99106}
100107
101108subprojects {
Original file line number Diff line number Diff line change 13311331 <sha256 value =" c4a445426c3c2861666863b842cc4ec7bbb1c4226fefd370b6d2fe83d6c4ff0f" origin =" Verified" />
13321332 </artifact >
13331333 </component >
1334- <component group =" org.bouncycastle" name =" bcpg-jdk18on" version =" 1.80" >
1335- <artifact name =" bcpg-jdk18on-1.80.jar" >
1336- <sha256 value =" 3799a0d53511b860780af43c44ae8e0519afabb263195af40174f46312cd58bd" origin =" Verified" />
1337- </artifact >
1338- </component >
1339- <component group =" org.bouncycastle" name =" bcpkix-jdk18on" version =" 1.80" >
1340- <artifact name =" bcpkix-jdk18on-1.80.jar" >
1341- <sha256 value =" 4f4ba6a92617ea19dc183f0fa5db492eee426fdde2a0a2d6c94777ffd1af6413" origin =" Verified" />
1342- </artifact >
1343- </component >
13441334 <component group =" org.bouncycastle" name =" bcprov-jdk18on" version =" 1.78.1" >
13451335 <artifact name =" bcprov-jdk18on-1.78.1.jar" >
13461336 <sha256 value =" add5915e6acfc6ab5836e1fd8a5e21c6488536a8c1f21f386eeb3bf280b702d7" origin =" Verified" />
13471337 </artifact >
13481338 </component >
1349- <component group =" org.bouncycastle" name =" bcprov-jdk18on" version =" 1.80" >
1350- <artifact name =" bcprov-jdk18on-1.80.jar" >
1351- <sha256 value =" e8ad209f8c58d291a37ca9750e9e9fac60596956c983e49dd8282381dd8b3249" origin =" Verified" />
1352- </artifact >
1353- </component >
13541339 <component group =" org.bouncycastle" name =" bcprov-jdk18on" version =" 1.83" >
13551340 <artifact name =" bcprov-jdk18on-1.83.jar" >
13561341 <sha256 value =" 82cf3a2af766c3bc874f6d36b9f20a8b99a8f09762dc776e8a227a45d8daaafb" origin =" Verified" />
13571342 </artifact >
13581343 </component >
1359- <component group =" org.bouncycastle" name =" bcutil-jdk18on" version =" 1.80" >
1360- <artifact name =" bcutil-jdk18on-1.80.jar" >
1361- <sha256 value =" 22eca687f7955411f456af33e6ea8e68fc73cd80cb8b32aa5f7a8b1827d7c678" origin =" Verified" />
1362- </artifact >
1363- </component >
13641344 <component group =" org.checkerframework" name =" checker-qual" version =" 3.19.0" >
13651345 <artifact name =" checker-qual-3.19.0.jar" >
13661346 <sha256 value =" a827c49183f3a632277d27a0a4673686cb341507447b9d570261094bd748aa68" origin =" Verified" />
You can’t perform that action at this time.
0 commit comments