Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 127 for learnAt (0.25 sec)

  1. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/tasks/ValitdatePluginsTrait.groovy

            report.verify(messages.collectEntries {
                def fullMessage = it.message
                if (!it.defaultDocLink) {
                    fullMessage = "${fullMessage}\n${learnAt(it.id, it.section)}"
                }
                [(fullMessage): it.severity]
            })
    
            failure.assertHasCause "Plugin validation failed with ${messages.size()} problem${getPluralEnding(messages)}"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 14:30:05 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/internal/reflect/validation/ValidationMessageDisplayConfiguration.groovy

        }
    
        private String getTypeIntro() {
            "Type '$typeName' ${property ? "${propertyIntro} '${property}' " : ''}"
        }
    
        private String getOutro() {
            checker.learnAt(documentationId, section)
        }
    
        static String formatEntry(String entry) {
            endLineWithDot(entry.capitalize())
        }
    
        String render(boolean renderSolutions = true) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 20 11:12:24 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/running-builds/tutorial/part7_gradle_refs.adoc

    2. You ran several tasks in <<part2_gradle_tasks#part2_begin,part 2>>.
    3. You learned about dependency management in <<part3_gradle_dep_man#part3_begin,part 3>>.
    4. You applied a plugin to your app in <<part4_gradle_plugins#part4_begin,part 4>>.
    5. You learned about incremental builds in <<part5_gradle_inc_builds#part5_begin,part 5>>.
    6. You turned on the local cache in <<part6_gradle_caching#part6_begin,part 6>>.
    
    == Step 1. Gradle References
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 22:40:17 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/samples/readme-templates/common-summary.adoc.template

    == Summary
    
    That's it! You've now successfully configured and built a ${language.raw} ${componentType.raw} project with Gradle.
    You've learned how to:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 997 bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/running-builds/tutorial/part6_gradle_caching.adoc

    2. You ran several tasks in <<part2_gradle_tasks#part2_begin,part 2>>.
    3. You learned about dependency management in <<part3_gradle_dep_man#part3_begin,part 3>>.
    4. You applied a plugin to your app in <<part4_gradle_plugins#part4_begin,part 4>>.
    5. You learned about incremental builds in <<part5_gradle_inc_builds#part5_begin,part 5>>.
    
    == Step 1. Understanding Caching
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/running-builds/tutorial/part5_gradle_inc_builds.adoc

            <span class="badge-type button--blue">LEARN</span>
            <span class="badge-text">Incremental Builds and Build Caching with Gradle&nbsp;&nbsp;&nbsp;&gt;</span>
        </a>
    </div>
    ++++
    
    Learn the basics of Gradle's incremental builds.
    
    ****
    **In this section you will:**
    
    - Use Gradle properties
    - Understand incremental builds
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  7. docs/en/docs/learn/index.md

    # Learn
    
    Here are the introductory sections and the tutorials to learn **FastAPI**.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Oct 18 12:36:40 UTC 2023
    - 195 bytes
    - Viewed (0)
  8. cluster/addons/calico-policy-controller/README.md

    - A DaemonSet which runs Calico on each node in the cluster.
    - A Deployment which installs the Calico Typha agent.
    - A Service for the Calico Typha agent.
    - Horizontal and vertical autoscalers for Calico.
    
    ### Learn More
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 13 20:03:37 UTC 2020
    - 409 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/running-builds/tutorial/part4_gradle_plugins.adoc

    [[part4_begin]]
    == Step 0. Before you Begin
    
    1. You initialized your Java app in <<part1_gradle_init.adoc#part1_begin,part 1>>.
    2. You ran several tasks in <<part2_gradle_tasks#part2_begin,part 2>>.
    3. You learned about dependency management in <<part3_gradle_dep_man#part3_begin,part 3>>.
    
    == Step 1. Understanding Plugins
    Plugins are the primary method to organize build logic and reuse build logic within a project.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 13 11:29:59 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/samples/readme-templates/native-library-body.adoc.template

    NOTE: Dependencies on other projects isn't covered in this guide.
    To learn more about this subject, have a look at the https://github.com/gradle/native-samples/tree/master/cpp/transitive-dependencies[transitive dependency sample] for a demonstration.
    
    NOTE: Publishing libraries to Maven repositories is outside the scope of this guide.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.4K bytes
    - Viewed (0)
Back to top