Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for replaceProps (0.14 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/PomReader.java

            checkNotNull(groupId, GROUP_ID);
            return replaceProps(groupId);
        }
    
        public String getParentGroupId() {
            String groupId = getFirstChildText(parentElement, GROUP_ID);
            if (groupId == null) {
                groupId = getFirstChildText(projectElement, GROUP_ID);
            }
            checkNotNull(groupId, GROUP_ID);
            return replaceProps(groupId);
        }
    
        public String getArtifactId() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 15:53:23 UTC 2024
    - 30K bytes
    - Viewed (0)
Back to top