Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 103 for enhanced (0.14 sec)

  1. releasenotes/notes/enable-enhanced-scope.yaml

    Leonardo Sarra <******@****.***> 1710240189 +0100
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:43:09 UTC 2024
    - 653 bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/tutorial/helloEnhanced/groovy/settings.gradle

    rootProject.name = 'hello-enhanced'...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 36 bytes
    - Viewed (0)
  3. platforms/core-runtime/base-services/src/main/java/org/gradle/api/NonExtensible.java

    import java.lang.annotation.Retention;
    import java.lang.annotation.RetentionPolicy;
    import java.lang.annotation.Target;
    
    /**
     * Indicates that the type, when DSL enhanced, does not support extensibility.
     * <p>
     * This means that it will not be enhanced with {@link org.gradle.api.plugins.ExtensionAware}.
     */
    @Documented
    @Retention(RetentionPolicy.RUNTIME)
    @Inherited
    @Target({ElementType.TYPE})
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  4. okhttp-android/README.md

    OkHttp Android
    ==============
    
    Enhanced APIs for using OkHttp on Android.
    
    At the moment, this will mostly likely only be useful for fastFallback.
    
    Download
    --------
    
    ```kotlin
    implementation("com.squareup.okhttp3:okhttp-android:4.12.0")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Dec 17 15:34:10 UTC 2023
    - 242 bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/tutorial/helloEnhanced/kotlin/settings.gradle.kts

    rootProject.name = "hello-enhanced"...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 36 bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/resolver/package-info.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    /**
     * Contains classes implementing an enhanced dependency resolution API, intended to
     * replace resolvable configurations.
     */
    @org.gradle.api.NonNullApi
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:29:40 UTC 2024
    - 826 bytes
    - Viewed (0)
  7. subprojects/core/src/testFixtures/groovy/org/gradle/api/tasks/AbstractCopyTaskContractTest.groovy

    import static junit.framework.TestCase.fail
    
    /**
     * Tests that different types of copy tasks correctly expose DSL enhanced objects.
     */
    abstract class AbstractCopyTaskContractTest extends AbstractConventionTaskTest {
        @Override
        abstract AbstractCopyTask getTask()
    
        def "root level FileCopyDetails are DSL-enhanced"() {
            given:
            File srcDir = createDir(project.projectDir, 'src')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 27 06:24:30 UTC 2018
    - 4.1K bytes
    - Viewed (0)
  8. maven-slf4j-provider/src/site/apt/index.apt

     -----
     About
     -----
     Hervé Boutemy
     -----
     2023-06-19
     -----
    
    Maven SLF4J Provider
    
     An extension to {{{https://www.slf4j.org/api/org/slf4j/simple/SimpleLogger.html}SLF4J Simple}} to add enhanced color support.
    
     Color is managed by <<<MavenSimpleLogger>>>, created by <<<MavenSimpleLoggerFactory>>>, and injected by <<<StaticLoggerBinder>>>: everything else is
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jun 19 21:09:43 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  9. subprojects/core/src/test/groovy/org/gradle/api/file/ProjectCopySpecTest.groovy

        TestFile getCopySource() {
            temporaryFolder.testDirectory.createDir("source")
        }
    
        TestFile getCopyDest() {
            temporaryFolder.testDirectory.createDir("dest")
        }
    
        def "copy spec is enhanced"() {
            given:
            def copySpecRootCalled = false
            def copySpecEachFileCalled = false
            def copySpecNestedEachFileCalled = false
            def copyRootCalled = false
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 27 10:59:05 UTC 2016
    - 2.7K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/kotlin/Module.md

    # Module gradle
    
    # Kotlin DSL Reference for Gradle
    
    Gradle’s Kotlin DSL provides an enhanced editing experience in supported IDEs, with superior content assistance, refactoring, documentation, and more.
    For an introduction see the <a href="../userguide/kotlin_dsl.html">Kotlin DSL Primer</a>.
    
    The Kotlin DSL is implemented on top of Gradle’s Java API.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 22:09:08 UTC 2024
    - 1.3K bytes
    - Viewed (0)
Back to top