Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 733 for gradleBuild (0.13 sec)

  1. build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts

    import gradlebuild.basics.rerunAllTests
    import gradlebuild.basics.testDistributionEnabled
    import gradlebuild.basics.testJavaVendor
    import gradlebuild.basics.testJavaVersion
    import gradlebuild.basics.testing.excludeSpockAnnotation
    import gradlebuild.basics.testing.includeSpockAnnotation
    import gradlebuild.filterEnvironmentVariables
    import gradlebuild.jvm.argumentproviders.CiEnvironmentProvider
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 13 07:43:28 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  2. build-logic/uber-plugins/src/main/kotlin/gradlebuild.distribution.implementation.gradle.kts

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    import gradlebuild.basics.GradleModuleApiAttribute
    
    configurations["runtimeElements"].attributes {
        attribute(GradleModuleApiAttribute.attribute, GradleModuleApiAttribute.IMPLEMENTATION)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 809 bytes
    - Viewed (0)
  3. build-logic/jvm/src/main/kotlin/gradlebuild.strict-compile.gradle.kts

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    import gradlebuild.jvm.extension.StrictCompileExtension
    
    extensions.create<StrictCompileExtension>("strictCompile")
    
    val strictCompilerArgs = listOf("-Werror", "-Xlint:all", "-Xlint:-options", "-Xlint:-serial", "-Xlint:-classfile", "-Xlint:-try")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 15 20:21:31 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  4. build-logic/packaging/src/main/kotlin/gradlebuild.api-metadata.gradle.kts

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    import gradlebuild.basics.PublicApi
    
    /**
     * Generates Gradle API metadata resources.
     *
     * Include and exclude patterns for the Gradle API.
     * Parameter names for the Gradle API.
     */
    plugins {
        java
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 20 15:24:40 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  5. build-logic/root-build/src/main/kotlin/gradlebuild.warmup-ec2.gradle.kts

    Louis Jacomet <******@****.***> 1643101418 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 26 09:39:18 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  6. build-logic/publishing/src/main/kotlin/gradlebuild.publish-defaults.gradle.kts

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    import gradle.kotlin.dsl.accessors._25bd7e7076749e7e243da5bad7112e92.moduleIdentity
    import gradlebuild.basics.gradleProperty
    import org.gradle.api.publish.maven.MavenPublication
    
    plugins {
        id("publishing")
    }
    
    val artifactoryUrl
        get() = System.getenv("GRADLE_INTERNAL_REPO_URL") ?: ""
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 11:35:58 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  7. build-logic/root-build/src/main/kotlin/gradlebuild.dependency-analysis.gradle.kts

    Louis Jacomet <******@****.***> 1612863439 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 10 08:53:40 UTC 2021
    - 678 bytes
    - Viewed (0)
  8. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.repositories.gradle.kts

    Sergey Opivalov <******@****.***> 1706211196 +0300
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 14:05:00 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  9. build-logic/integration-testing/src/main/kotlin/gradlebuild.cross-version-tests.gradle.kts

     * limitations under the License.
     */
    
    import gradlebuild.basics.capitalize
    import gradlebuild.basics.testing.TestType
    import gradlebuild.integrationtests.addDependenciesAndConfigurations
    import gradlebuild.integrationtests.addSourceSet
    import gradlebuild.integrationtests.configureIde
    import gradlebuild.integrationtests.createTestTask
    import gradlebuild.integrationtests.setSystemPropertiesOfTestJVM
    
    plugins {
        java
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 06:17:20 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  10. build-logic/build-update-utils/src/main/kotlin/gradlebuild.generate-subprojects-info.gradle.kts

    import gradlebuild.buildutils.tasks.GenerateSubprojectsInfo
    import gradlebuild.buildutils.tasks.CheckSubprojectsInfo
    
    tasks.register<GenerateSubprojectsInfo>(GenerateSubprojectsInfo.TASK_NAME)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 254 bytes
    - Viewed (0)
Back to top