Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 270 for greetings (0.15 sec)

  1. platforms/documentation/docs/src/samples/build-organization/gradle-plugin/groovy/settings.gradle

    rootProject.name = 'gradle-plugin-in-java'
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 70 bytes
    - Viewed (0)
  2. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/JvmGradlePluginProjectInitDescriptor.java

            buildScriptBuilder.repositories().mavenCentral("Use Maven Central for resolving dependencies.");
    
            String pluginId = settings.getPackageName() + ".greeting";
            String pluginClassName = StringUtils.capitalize(GUtil.toCamelCase(settings.getProjectName())) + "Plugin";
    
            buildScriptBuilder
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/samples/build-organization/composite-builds/plugin-dev/groovy/greeting-plugin/settings.gradle

    rootProject.name = 'greeting-plugin'...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 37 bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/samples/build-organization/composite-builds/plugin-dev/kotlin/greeting-plugin/settings.gradle.kts

    rootProject.name = "greeting-plugin"...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 37 bytes
    - Viewed (0)
  5. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/fixtures/BuildLogicChangeFixture.groovy

                        }
                    """
                    break
                case Language.KOTLIN:
                    writeSourceFile "kotlin", "${className}.kt", """
                        open class ${className} : ${DefaultTask.name}() {
                            @${TaskAction.name} fun greet() { println("${greeting}") }
                        }
                    """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top