Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for uncheckedModule (0.12 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/verification/DependencyVerificationSignatureCheckIntegTest.groovy

            javaLibrary()
            uncheckedModule("org", "foo", "1.0") {
                withSignature {
                    signAsciiArmored(it)
                    if (name.endsWith(".jar")) {
                        // change contents of original file so that the signature doesn't match anymore
                        tamperWithFile(it)
                    }
                }
            }
            uncheckedModule("org", "bar", "1.0") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 14:42:50 UTC 2024
    - 75.1K bytes
    - Viewed (0)
Back to top