Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for subproject1 (0.15 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

        }
    
        def "task cannot write into transform directory"() {
            enableProblemsApiCheck()
            def forbiddenPath = ".transforms/not-allowed.txt"
    
            buildFile << """
                subprojects {
                    task badTask {
                        def projectLayout = project.layout
                        outputs.file { projectLayout.buildDirectory.file("${forbiddenPath}") } withPropertyName "output"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

          </description>
          <fields>
            <field xdoc.separator="blank">
              <name>modules</name>
              <version>4.0.0+</version>
              <description>The modules (sometimes called subprojects) to build as a part of this
                project. Each module listed is a relative path to the directory containing the module.
                To be consistent with the way default urls are calculated from parent, it is recommended
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
Back to top