Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 650 for sample2 (0.15 sec)

  1. README.md

    * [Building Java Applications](https://docs.gradle.org/current/samples/sample_building_java_applications.html)
    * [Building Java Libraries](https://docs.gradle.org/current/samples/sample_building_java_libraries.html)
    * [Building Groovy Applications](https://docs.gradle.org/current/samples/sample_building_groovy_applications.html)
    * [Building Groovy Libraries](https://docs.gradle.org/current/samples/sample_building_groovy_libraries.html)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Mar 24 20:49:08 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  2. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/MoreMemorySampleModifier.java

        private static final String ORG_GRADLE_JVMARGS = "org.gradle.jvmargs";
    
        @Override
        public Sample modify(Sample sample) {
            File projectDir = sample.getProjectDir();
            giveMoreMemoryTo(projectDir);
            for (Command command : sample.getCommands()) {
                if (command.getExecutionSubdirectory() != null) {
                    giveMoreMemoryTo(new File(projectDir, command.getExecutionSubdirectory()));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/authoring-builds/other/ant.adoc

    ====
    include::sample[dir="snippets/ant/properties/kotlin",files="build.gradle.kts[tags=set-reference]"]
    include::sample[dir="snippets/ant/properties/groovy",files="build.gradle[tags=set-reference]"]
    ====
    
    ====
    include::sample[dir="snippets/ant/properties/groovy",files="build.xml[tags=setreference]"]
    ====
    
    There are several ways to get an Ant reference:
    
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 15:23:52 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  4. guava-testlib/src/com/google/common/collect/testing/OneSizeGenerator.java

        return generator.create(elements.toArray());
      }
    
      @Override
      public Collection<E> getSampleElements(int howMany) {
        SampleElements<E> samples = samples();
        List<E> allSampleElements =
            Arrays.asList(samples.e0(), samples.e1(), samples.e2(), samples.e3(), samples.e4());
        return new ArrayList<>(allSampleElements.subList(0, howMany));
      }
    
      @Override
      public CollectionSize getCollectionSize() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 16:49:06 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/providers/property/tests/property.sample.conf

    Laura Kassovic <******@****.***> 1712936267 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 15:37:47 UTC 2024
    - 176 bytes
    - Viewed (0)
  6. platforms/jvm/plugins-application/src/integTest/groovy/org/gradle/api/plugins/ApplicationPluginIntegrationTest.groovy

            when:
            run "installDist"
    
            then:
            file('build/install/sample/lib').allDescendants() == ['sample.jar', 'utils.jar', 'core.jar', 'implementation-1.0.jar'] as Set
    
            and:
            unixClasspath('sample') == ['sample.jar', 'utils.jar', 'core.jar', 'implementation-1.0.jar'] as Set
            windowsClasspath('sample') == ['sample.jar', 'utils.jar', 'core.jar', 'implementation-1.0.jar'] as Set
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 12 10:33:12 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/providers/services/tests/services.out

    Root Directory: /home/user/gradle/samples
    Settings Directory: /home/user/gradle/samples
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 18:14:15 UTC 2024
    - 114 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/buildlifecycle/basic/tests/buildlifecycle.sample.conf

    Laura Kassovic <******@****.***> 1715669846 +0200
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 06:57:26 UTC 2024
    - 140 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/customPlugins/customPluginNoConvention/tests/customPluginNoConvention.sample.conf

    Laura Kassovic <******@****.***> 1710456991 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 14 22:56:31 UTC 2024
    - 146 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/plugins/dependenciesBlock/tests/dependenciesBlock.sample.conf

    Sterling Greene <******@****.***> 1713389563 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 21:36:36 UTC 2024
    - 78 bytes
    - Viewed (0)
Back to top