Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mavenCustom (0.16 sec)

  1. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishDescriptorCustomizationKotlinDslIntegTest.groovy

                publishing {
                    repositories {
                        ivy(url = "${ivyRepo.uri}")
                    }
                    publications {
                        create<IvyPublication>("mavenCustom") {
                            descriptor {
                                status = "custom-status"
                                branch = "custom-branch"
                                license {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 3.5K bytes
    - Viewed (0)
Back to top