Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 733 for gradleBuild (0.16 sec)

  1. build-logic/packaging/src/main/kotlin/gradlebuild.install.gradle.kts

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    import gradlebuild.basics.gradleInstallPath
    import gradlebuild.basics.repoRoot
    import gradlebuild.packaging.GradleDistributionSpecs.binDistributionSpec
    import gradlebuild.packaging.GradleDistributionSpecs.allDistributionSpec
    
    val installDirectory = repoRoot().dir(gradleInstallPath).map { validateInstallDir(it) }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 22 07:17:43 UTC 2023
    - 2K bytes
    - Viewed (0)
  2. build-logic/jvm/src/main/kotlin/gradlebuild.start-scripts.gradle.kts

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    import gradlebuild.startscript.tasks.GradleStartScriptGenerator
    import gradlebuild.configureAsRuntimeJarClasspath
    
    plugins {
        java
    }
    
    val agentsClasspath = configurations.dependencyScope("agentsClasspath")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 11:35:55 UTC 2024
    - 2K bytes
    - Viewed (0)
  3. build-logic/performance-testing/src/main/groovy/gradlebuild.performance-templates.gradle

     */
    
    import gradlebuild.performance.generator.tasks.BuildBuilderGenerator
    import gradlebuild.performance.generator.tasks.CppMultiProjectGeneratorTask
    import gradlebuild.performance.generator.tasks.JavaExecProjectGeneratorTask
    import gradlebuild.performance.generator.tasks.JvmProjectGeneratorTask
    import gradlebuild.performance.generator.tasks.KtsProjectGeneratorTask
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 15:43:39 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  4. build-logic/uber-plugins/src/main/kotlin/gradlebuild.internal.kotlin.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.
     */
    
    plugins {
        id("gradlebuild.kotlin-library")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 666 bytes
    - Viewed (0)
  5. build-logic/uber-plugins/src/main/kotlin/gradlebuild.internal.java.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.
     */
    
    plugins {
        id("gradlebuild.java-library")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 664 bytes
    - Viewed (0)
  6. build-logic/uber-plugins/src/main/kotlin/gradlebuild.java-library.gradle.kts

    plugins {
        `java-library`
        id("gradlebuild.dependency-modules")
        id("gradlebuild.repositories")
        id("gradlebuild.minify")
        id("gradlebuild.reproducible-archives")
        id("gradlebuild.unittest-and-compile")
        id("gradlebuild.test-fixtures")
        id("gradlebuild.distribution-testing")
        id("gradlebuild.incubation-report")
        id("gradlebuild.strict-compile")
        id("gradlebuild.code-quality")
        id("gradlebuild.arch-test")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 26 17:16:23 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  7. build-logic/integration-testing/src/main/kotlin/gradlebuild.test-fixtures.gradle.kts

     *
     * Configures the Project as a test fixtures consumer according to the `testFixtures` extension configuration.
     */
    plugins {
        `java-library`
        `java-test-fixtures`
        groovy
        id("gradlebuild.dependency-modules")
    }
    
    // The below mimics what the java-library plugin does, but creating a library of test fixtures instead.
    
    sourceSets.matching { it.name.endsWith("Test") }.all {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 12 13:19:06 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  8. build-logic/dependency-modules/src/main/kotlin/gradlebuild.dependency-modules.gradle.kts

     * limitations under the License.
     */
    
    import com.google.gson.Gson
    import com.google.gson.reflect.TypeToken
    import com.google.gson.stream.JsonReader
    import gradlebuild.basics.repoRoot
    import gradlebuild.basics.isBundleGroovy4
    import gradlebuild.modules.extension.ExternalModulesExtension
    
    val libs = extensions.create<ExternalModulesExtension>("libs", isBundleGroovy4)
    
    applyAutomaticUpgradeOfCapabilities()
    dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 20:15:18 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  9. build-logic/jvm/src/main/kotlin/gradlebuild.platform.gradle.kts

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    plugins {
        id("java-platform")
        id("gradlebuild.dependency-modules")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 694 bytes
    - Viewed (0)
  10. build-logic/buildquality/src/main/kotlin/gradlebuild.incubation-report.gradle.kts

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    import gradlebuild.basics.accessors.kotlinMainSourceSet
    import gradlebuild.basics.capitalize
    import gradlebuild.basics.releasedVersionsFile
    import gradlebuild.basics.repoRoot
    import gradlebuild.incubation.tasks.IncubatingApiReportTask
    
    plugins {
        java
        groovy
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 12 13:19:06 UTC 2024
    - 2.3K bytes
    - Viewed (0)
Back to top