A problem occurred configuring project ':build-logic'.
> Could not determine the dependencies of null.
> Checksum/PGP violations detected on resolving configuration :classpath
No PGP signature (.asc file) found for artifact:
org.gradle.kotlin:gradle-kotlin-dsl-plugins:4.1.2 (pgp=[], sha512=[B23C4355CBAB2098506528D196F6C9A71D4689F4A3334494B97D9F6D868883D429D851FC319761C25ACC86F0C4E02F028B33C1868B6EF7BA1246E3D79ADF1582])
There might be more checksum violations, however, current configuration specifies the build to fail on the first violation.
You might use the following properties:
* -PchecksumIgnore temporary disables checksum-dependency-plugin (e.g. to try new dependencies)
* -PchecksumUpdate updates checksum.xml and it will fail after the first violation so you can review the diff
* -PchecksumUpdateAll (insecure) updates checksum.xml with all the new discovered checksums
* -PchecksumFailOn=build_finish (insecure) It will postpone the failure till the build finish
It will collect all the violations, however untrusted code might be executed (e.g. from a plugin)
You can find updated checksum.xml file at /Users/runner/work/jmeter/jmeter/build-logic/build/checksum/checksum.xml.
You might add -PchecksumUpdate to update root checksum.xml file.