Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for mavenPub (0.08 sec)

  1. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishIdentifierValidationIntegTest.groovy

            where:
            invalidComponent | repoName    | publicationName
            "Repository"     | "bad:name"  | "mavenPub"
            "Publication"    | "mavenRepo" | "bad:name"
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  2. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishValidationIntegTest.groovy

            where:
            invalidComponent | repoName    | publicationName
            "Repository"     | "bad:name"  | "mavenPub"
            "Publication"    | "mavenRepo" | "bad:name"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 8.3K bytes
    - Viewed (0)
Back to top