Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 242 for GREETING (0.08 sec)

  1. platforms/documentation/docs/src/samples/build-organization/sharing-convention-plugins-with-build-logic/tests/greet.out

    Hello from 'myproject.greeting' plugin...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 39 bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/plugins/greeting/groovy/settings.gradle

    rootProject.name = 'greeting'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 04:16:05 UTC 2024
    - 45 bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/ear/earCustomized/kotlin/war/src/main/webapp/index.jsp

    <jsp:useBean id="greeter" class="org.gradle.sample.SimpleGreeter"/>
    <html>
    <p>${greeter.greeting}</p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 109 bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/providers/connectProperties/tests/connectProperties.sample.conf

    # tag::cli[]
    # gradle greet
    # end::cli[]
    executable: gradle
    args: greeting
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 119 bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/kotlinDsl/creating-tasks-project/tests/executeTasks.sample.conf

    executable: gradle
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 34 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/plugins/greeting/kotlin/settings.gradle.kts

    rootProject.name = "greeting"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 04:16:05 UTC 2024
    - 45 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/plugins/mappingExtensions/groovy/settings.gradle

    rootProject.name = 'greeting'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 04:16:05 UTC 2024
    - 45 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/plugins/mappingExtensions/kotlin/settings.gradle.kts

    rootProject.name = "greeting"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 04:16:05 UTC 2024
    - 45 bytes
    - Viewed (0)
  9. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/AbstractCompositeBuildTaskExecutionIntegrationTest.groovy

                import ${Plugin.name};
    
                public class PluginImpl implements Plugin<Project> {
                    public void apply(Project project) {
                        project.getTasks().register("greeting", task -> {
                            task.doLast(s -> System.out.println("Hello world"));
                        });
                    }
                }
            """
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 09 00:29:35 UTC 2022
    - 3.4K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/plugins/greeting/tests/sanityCheck.sample.conf

    executable: gradle
    args: "hello -q"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 04:16:05 UTC 2024
    - 71 bytes
    - Viewed (0)
Back to top