Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeNullableAttribute (0.28 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/verification/serializer/DependencyVerificationsXmlWriter.java

            writeNullableAttribute(GROUP, trustedArtifact.getGroup());
            writeNullableAttribute(NAME, trustedArtifact.getName());
            writeNullableAttribute(VERSION, trustedArtifact.getVersion());
            writeNullableAttribute(FILE, trustedArtifact.getFileName());
            if (trustedArtifact.isRegex()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 01 13:40:00 UTC 2024
    - 15.9K bytes
    - Viewed (0)
Back to top