Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 733 for gradleBuild (0.19 sec)

  1. build-logic/profiling/src/main/kotlin/gradlebuild.jmh.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.jmh.tasks.JmhHTMLReport
    
    plugins {
        id("me.champeau.jmh")
    }
    
    configurations {
        jmhImplementation {
            extendsFrom(configurations.implementation.get())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 20 15:24:40 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  2. build-logic/jvm/src/main/kotlin/gradlebuild.launchable-jar.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.configureAsRuntimeJarClasspath
    
    plugins {
        java
    }
    
    interface LaunchableJar {
        /**
         * The main class for the application. Can be undefined.
         */
        val mainClassName: Property<String>
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 11:35:55 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  3. build-logic/buildquality/src/main/kotlin/gradlebuild.arch-test.gradle.kts

     * limitations under the License.
     */
    
    import com.gradle.develocity.agent.gradle.test.DevelocityTestConfiguration
    import gradlebuild.archtest.PackageCyclesExtension
    
    plugins {
        `java-library`
        `jvm-test-suite`
        id("gradlebuild.dependency-modules")
        id("gradlebuild.code-quality")
    }
    
    val packageCyclesExtension = extensions.create<PackageCyclesExtension>("packageCycles").apply {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 13:29:44 UTC 2024
    - 3K bytes
    - Viewed (0)
  4. build-logic/uber-plugins/src/main/kotlin/gradlebuild.distribution-module.gradle.kts

     * limitations under the License.
     */
    
    // Common configuration for everything that belongs to the Gradle distribution
    plugins {
        id("gradlebuild.java-library")
        id("gradlebuild.task-properties-validation")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 12 19:12:11 UTC 2022
    - 792 bytes
    - Viewed (0)
  5. build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-jar.gradle.kts

    import gradlebuild.basics.tasks.ClasspathManifest
    import gradlebuild.identity.extension.ModuleIdentityExtension
    import java.util.jar.Attributes
    
    plugins {
        id("gradlebuild.module-identity")
    }
    
    val moduleIdentity = the<ModuleIdentityExtension>()
    
    configureJarTasks()
    
    pluginManager.withPlugin("java-base") {
        configureClasspathManifestGeneration()
    }
    
    fun configureJarTasks() {
        tasks.withType<Jar>().configureEach {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 01 08:59:48 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  6. build-logic/uber-plugins/src/main/kotlin/gradlebuild.instrumented-project.gradle.kts

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    import gradlebuild.modules.extension.ExternalModulesExtension
    
    plugins {
        id("java-library")
        id("gradlebuild.strict-compile")
    }
    
    val libs = project.the<ExternalModulesExtension>()
    
    dependencies {
        api(project(":internal-instrumentation-api"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 19:53:26 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  7. build-logic/buildquality/src/main/kotlin/gradlebuild.configure-ci-artifacts.gradle.kts

     * limitations under the License.
     */
    import gradlebuild.basics.BuildEnvironment
    import gradlebuild.docs.FindBrokenInternalLinks
    import gradlebuild.integrationtests.tasks.DistributionTest
    import gradlebuild.performance.tasks.PerformanceTest
    import gradlebuild.testcleanup.extension.TestFilesCleanupBuildServiceRootExtension
    import gradlebuild.binarycompatibility.JapicmpTask
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 20 15:24:41 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  8. build-logic/uber-plugins/src/main/kotlin/gradlebuild.distribution.api.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.API)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 798 bytes
    - Viewed (0)
  9. build-logic/packaging/src/main/kotlin/gradlebuild.public-api-jar.gradle.kts

     * limitations under the License.
     */
    
    import gradlebuild.configureAsRuntimeElements
    import gradlebuild.configureAsRuntimeJarClasspath
    import gradlebuild.packaging.transforms.CopyPublicApiClassesTransform
    
    plugins {
        id("gradlebuild.dependency-modules")
        id("gradlebuild.repositories")
        id("gradlebuild.reproducible-archives")
        id("gradlebuild.module-identity")
        id("maven-publish")
        id("signing")
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 11:35:55 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  10. build-logic/integration-testing/src/main/kotlin/gradlebuild.split-docs.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.integrationtests.getBucketProvider
    import org.gradle.api.tasks.testing.Test
    
    tasks.named<Test>("docsTest") {
        getBucketProvider().get().bucketProvider.configureTest(this, "docsTest")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 09 06:52:03 UTC 2021
    - 824 bytes
    - Viewed (0)
Back to top