Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PluginDependenciesSpec (0.19 sec)

  1. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/PluginDependenciesSpecExtensions.kt

     */
    package org.gradle.kotlin.dsl
    
    import org.gradle.internal.deprecation.DeprecationLogger
    import org.gradle.plugin.management.internal.autoapply.AutoAppliedDevelocityPlugin
    import org.gradle.plugin.use.PluginDependenciesSpec
    import org.gradle.plugin.use.PluginDependencySpec
    
    
    /**
     * The `gradle-enterprise` plugin.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 07:10:38 UTC 2024
    - 2K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/PluginDependenciesSpecScopeTest.kt

    import org.gradle.internal.resource.StringTextResource
    import org.gradle.plugin.management.internal.PluginRequestInternal
    import org.gradle.plugin.management.internal.autoapply.AutoAppliedDevelocityPlugin
    import org.gradle.plugin.use.PluginDependenciesSpec
    import org.gradle.plugin.use.internal.PluginRequestCollector
    import org.hamcrest.CoreMatchers.equalTo
    import org.hamcrest.MatcherAssert.assertThat
    import org.junit.Test
    
    
    class PluginDependenciesSpecScopeTest {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 06:46:04 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/authoring-builds/basics/writing_settings_files.adoc

    Gradle determines the correct `this` object and invokes the correct corresponding method.
    The `this` of the method invocation `id("plugin")` object is of type link:{javadocPath}/org/gradle/plugin/use/PluginDependenciesSpec.html[`PluginDependenciesSpec`].
    
    The settings file is composed of Gradle API calls built on top of the DSLs.
    Gradle executes the script line by line, top to bottom.
    
    Let's take a look at an example and break it down:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 04:15:25 UTC 2024
    - 9.6K bytes
    - Viewed (0)
Back to top