Vladimir Sitnikov
Vladimir Sitnikov
The failure is `Downloading key 6a0975f8b1127b83 for ..` which means it failed to download the public key, so the fix would be to commit the keys into jmeter sources: https://github.com/vlsi/vlsi-release-plugins/issues/42#issuecomment-806468474
> I assume following key files, right? >kotlin-gradle-plugin-1.3.72.jar.asc 2020-04-14 10:33 650 The files were just fine. The one that fails is https://keyserver.ubuntu.com/pks/lookup?search=0x6a0975f8b1127b83&fingerprint=on&op=index Could you re-run the build with `--info` to...
What comes after Downloading key...? The key is present at https://keys.openpgp.org/search?q=0x6a0975f8b1127b83, so the download should succeed.
The best way to handle this would be using Nexus server itself for associating "release candidates" with "staging repositories". I did try contributing the feature to `gradle-nexus/publish-plugin`, unfortunately, the authors...
They went with a separate `FindStagingRepository` task rather than teaching the existing `InitializeStagingRepository` task to lookup the repository. Apparently, if `initializeStagingRepository` was able to do both "find if exists" and...
Technically speaking, IntelliJ IDEA Community supports Kotlin, and it is published under Apache License 2.0. So I would disagree with classifying it as "proprietary". Here's Google's story: https://www.youtube.com/watch?v=o14wGByBRAQ&ab_channel=Devoxx Sure your...
>But searching for that in the test suite we see that those tests explicitly skip in simple query mode: We have 67 skipped tests, so some of the cases are...
UP. The recent 0.7.2 misses PGP :-/
Note: blobexec command is nice, however it might be complicated to make the command reproducible across various operating systems. For instance. Suppose one runs `pngquant` to optimize png files across...
Technically speaking, the PR is not something "Kotlin requires". The PR makes the code easier to use in Java as well: lambda body can be big, so the code is...