Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for Person (6.25 sec)

  1. platforms/core-configuration/kotlin-dsl-integ-tests/build.gradle.kts

        integTestImplementation(project(":platform-jvm"))
        integTestImplementation(libs.mockwebserver) {
            exclude(group = "org.bouncycastle").because("MockWebServer uses a different version of BouncyCastle")
        }
        integTestImplementation(libs.kotlinCompilerEmbeddable)
        integTestImplementation(libs.mockitoKotlin)
    
        integTestDistributionRuntimeOnly(project(":distributions-full"))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  2. platforms/core-configuration/declarative-dsl-tooling-models/build.gradle.kts

    /*
     * Copyright 2024 the original author or authors.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *      http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  3. platforms/core-configuration/dependency-management-serialization-codecs/build.gradle.kts

    /*
     * Copyright 2024 the original author or authors.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *      http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 18:56:44 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl-plugins/build.gradle.kts

    plugins {
        id("gradlebuild.portalplugin.kotlin")
        id("gradlebuild.kotlin-dsl-plugin-extensions")
    }
    
    description = "Kotlin DSL Gradle Plugins deployed to the Plugin Portal"
    
    group = "org.gradle.kotlin"
    version = "4.4.1"
    
    base.archivesName = "plugins"
    
    dependencies {
        compileOnly(project(":base-services"))
        compileOnly(project(":logging"))
        compileOnly(project(":core-api"))
        compileOnly(project(":model-core"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  5. platforms/core-configuration/stdlib-serialization-codecs/build.gradle.kts

    /*
     * Copyright 2024 the original author or authors.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *      http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 1016 bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache-base/build.gradle.kts

    /*
     * Copyright 2024 the original author or authors.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *      http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1K bytes
    - Viewed (0)
  7. platforms/core-execution/build-cache-example-client/build.gradle.kts

    /*
     * Copyright 2024 the original author or authors.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *      http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  8. platforms/core-configuration/kotlin-dsl/build.gradle.kts

            because("BuildType from platform-native is used in ProjectAccessorsClassPathTest")
        }
        testImplementation(project(":platform-jvm"))
        testImplementation(project(":version-control"))
        testImplementation(testFixtures(project(":core")))
        testImplementation(libs.ant)
        testImplementation(libs.mockitoKotlin)
        testImplementation(libs.jacksonKotlin)
        testImplementation(libs.archunit)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  9. build-logic-settings/build.gradle.kts

    /*
     * Copyright 2024 the original author or authors.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *      http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 11:54:19 UTC 2024
    - 702 bytes
    - Viewed (0)
  10. platforms/core-configuration/stdlib-kotlin-extensions/build.gradle.kts

    /*
     * Copyright 2024 the original author or authors.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *      http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 834 bytes
    - Viewed (0)
Back to top