Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for DistZip (0.12 sec)

  1. platforms/core-runtime/wrapper-shared/src/main/java/org/gradle/wrapper/PathAssembler.java

            }
        }
    
        public static class LocalDistribution {
            private final File distZip;
            private final File distDir;
    
            public LocalDistribution(File distDir, File distZip) {
                this.distDir = distDir;
                this.distZip = distZip;
            }
    
            /**
             * Returns the location to install the distribution into.
             */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheJavaIntegrationTest.groovy

            result.assertTasksNotSkipped(":compileJava", ":classes", ":jar", ":startScripts", ":distTar", ":distZip", ":assemble", ":build")
            classFile.isFile()
            jarFile.isFile()
        }
    
        def "jar manifest honours build logic inputs"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/initialization/CalculateTaskGraphBuildOperationIntegrationTest.groovy

                include 'producer'
            """
    
            when:
            succeeds(':distZip')
    
            then:
            with(operations()[0].result.taskPlan) {
                task.taskPath == [":producer:compileJava", ":producer:processResources", ":producer:classes", ":producer:jar", ":compileJava", ":processResources", ":classes", ":jar", ":startScripts", ":distZip"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/more_about_tasks.adoc

    testClasses - Assembles test classes.
    
    Distribution tasks
    ------------------
    assembleDist - Assembles the main distributions
    distTar - Bundles the project as a distribution.
    distZip - Bundles the project as a distribution.
    installDist - Installs the project as a distribution as-is.
    
    Documentation tasks
    -------------------
    javadoc - Generates Javadoc API documentation for the 'main' feature.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	IEXTEN                          = 0x0020
    	IGNBRK                          = 0x0004
    	IGNCR                           = 0x0008
    	INLCR                           = 0x0020
    	ISIG                            = 0x0040
    	ISTRIP                          = 0x0080
    	IXON                            = 0x0200
    	IXOFF                           = 0x0100
    	LOCK_SH                         = 0x1
    	LOCK_EX                         = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  6. src/syscall/zerrors_solaris_amd64.go

    	IP_TOS                        = 0x3
    	IP_TTL                        = 0x4
    	IP_UNBLOCK_SOURCE             = 0x16
    	IP_UNSPEC_SRC                 = 0x42
    	ISIG                          = 0x1
    	ISTRIP                        = 0x20
    	IXANY                         = 0x800
    	IXOFF                         = 0x1000
    	IXON                          = 0x400
    	MADV_ACCESS_DEFAULT           = 0x6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	IP_UNICAST_IF                               = 0x32
    	IP_USER_FLOW                                = 0xd
    	IP_XFRM_POLICY                              = 0x11
    	ISOFS_SUPER_MAGIC                           = 0x9660
    	ISTRIP                                      = 0x20
    	ITIMER_PROF                                 = 0x2
    	ITIMER_REAL                                 = 0x0
    	ITIMER_VIRTUAL                              = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"IPv6MTUInfo.Addr", Field, 2},
    		{"IPv6MTUInfo.Mtu", Field, 2},
    		{"IPv6Mreq", Type, 0},
    		{"IPv6Mreq.Interface", Field, 0},
    		{"IPv6Mreq.Multiaddr", Field, 0},
    		{"ISIG", Const, 0},
    		{"ISTRIP", Const, 0},
    		{"IUCLC", Const, 0},
    		{"IUTF8", Const, 0},
    		{"IXANY", Const, 0},
    		{"IXOFF", Const, 0},
    		{"IXON", Const, 0},
    		{"IfAddrmsg", Type, 0},
    		{"IfAddrmsg.Family", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top