Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for archiveBaseName (0.19 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/AbstractConfigurationAttributesResolveIntegrationTest.groovy

                       archiveBaseName = 'c-foo'
                    }
                    task barJar(type: Jar) {
                       archiveBaseName = 'c-bar'
                    }
                    task foo2Jar(type: Jar) {
                       archiveBaseName = 'c-foo2'
                    }
                    task bar2Jar(type: Jar) {
                       archiveBaseName = 'c-bar2'
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 17:30:11 UTC 2024
    - 64K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    You can set each of these properties on the task separately.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
Back to top