Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for convertOrganization (0.13 sec)

  1. platforms/software/maven/src/main/java/org/gradle/api/publish/maven/internal/tasks/MavenPomFileGenerator.java

            model.setUrl(pom.getUrl().getOrNull());
            model.setInceptionYear(pom.getInceptionYear().getOrNull());
    
            if (pom.getOrganization() != null) {
                model.setOrganization(convertOrganization(pom.getOrganization()));
            }
            if (pom.getScm() != null) {
                model.setScm(convertScm(pom.getScm()));
            }
            if (pom.getIssueManagement() != null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 13.8K bytes
    - Viewed (0)
Back to top