Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 226 for greetings (0.57 sec)

  1. platforms/documentation/docs/src/samples/templates/gradle-plugin-in-java/src/functionalTest/java/com/example/plugin/GreetingPluginFunctionalTest.java

            writeString(new File(projectDir, "settings.gradle"), "");
            writeString(new File(projectDir, "build.gradle"),
                "plugins {" +
                    "  id('com.example.plugin.greeting')" +
                    "}");
    
            // Run the build
            BuildResult result = GradleRunner.create()
                .forwardOutput()
                .withPluginClasspath()
                .withArguments("greet")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  2. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/ScalaApplicationInitIntegrationTest.groovy

            and:
            commonJvmFilesGenerated(scriptDsl)
    
            when:
            run("build")
    
            then:
            assertTestPassed("org.example.AppSuite", "App has a greeting")
    
            when:
            run("run")
    
            then:
            outputContains("Hello, world!")
    
            where:
            scriptDsl << ScriptDslFixture.SCRIPT_DSLS
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 03:26:38 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/kotlinDsl/creating-tasks-eager/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
    - 41 bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/kotlinDsl/creating-tasks-lazy/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
    - 41 bytes
    - Viewed (0)
  5. analysis/analysis-api/testData/components/compilerFacility/firPluginPrototypeMultiModule/composableFunctionMultiModules2.ir.txt

              str: STRING_CONCATENATION type=kotlin.String
                CONST String type=kotlin.String value="hi "
                GET_VAR 'name: kotlin.String declared in <root>.Greeting' type=kotlin.String origin=null
                CONST String type=kotlin.String value="!"
        FUN name:show visibility:public modality:FINAL <> (str:kotlin.String) returnType:kotlin.Unit
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Feb 26 21:57:23 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/ear/earWithWar/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)
  7. platforms/documentation/docs/src/snippets/ear/earCustomized/groovy/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)
  8. platforms/documentation/docs/src/snippets/providers/connectProperties/tests/connectProperties.out

    > Task :greeting
    Hi from Gradle
    
    BUILD SUCCESSFUL in 0s
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 87 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/webApplication/quickstart/groovy/src/main/webapp/index.jsp

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

    commands: [{
        execution-subdirectory: task
        executable: gradle
        args: check publish
    }, {
        execution-subdirectory: consumer
        executable: gradle
        args: greeting
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 180 bytes
    - Viewed (0)
Back to top