- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for Wain (0.22 sec)
-
platforms/core-configuration/kotlin-dsl-integ-tests/src/crossVersionTest/groovy/org/gradle/kotlin/dsl/plugins/PrecompiledKotlinPluginCrossVersionSpec.groovy
maven { url = uri("${mavenRepo.uri}") } } } """ file("plugin/src/main/kotlin/my-gradle-plugin.init.gradle.kts").text = """ println("My gradle plugin applied!") """ file("plugin/src/main/kotlin/my-settings-plugin.settings.gradle.kts").text = """ pluginManagement { println("settings pluginManagement {}")
Groovy - Registered: 2023-09-27 11:36 - Last Modified: 2023-08-02 08:06 - 6.5K bytes - Viewed (0) -
platforms/core-configuration/kotlin-dsl-integ-tests/src/crossVersionTest/groovy/org/gradle/kotlin/dsl/plugins/ProjectTheExtensionCrossVersionSpec.groovy
Groovy - Registered: 2023-09-27 11:36 - Last Modified: 2023-09-07 13:25 - 4.9K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/AssembleDslDocTask.groovy
* <li>Meta-data about the plugins, in the form of an XML file.</li> * <li>{@code sourceFile} - A main docbook template file containing the introductory material and a list of classes to document.</li> * <li>{@code classDocbookDir} - A directory that should contain docbook template for each class referenced in main docbook template.</li> * </ul> * * Produces the following: * <ul>
Groovy - Registered: 2023-11-29 11:36 - Last Modified: 2020-12-09 08:14 - 9.8K bytes - Viewed (0) -
build-logic/performance-testing/src/main/groovy/gradlebuild/performance/generator/MavenModule.groovy
} return version } Date getPublishTimestamp() { return new Date(updateFormat.parse("20100101120000").time + publishCount * 1000) } /** * Publishes the pom.xml plus main artifact, plus any additional artifacts for this module. */ MavenModule publish() { moduleDir.mkdirs() if (uniqueSnapshots && version.endsWith("-SNAPSHOT")) {
Groovy - Registered: 2023-11-22 11:36 - Last Modified: 2020-12-09 08:14 - 5.1K bytes - Viewed (0) -
build-logic/performance-testing/src/main/groovy/gradlebuild/performance/generator/tasks/NativeProjectWithDepsGeneratorTask.groovy
generateLibrarySubproject(subprojectName, new File(projectTemplate, "lib.cpp"), new File(projectTemplate, "header.h"), new File(projectTemplate, "test_main.cpp"), dependentProjects) } } // Executable projects are generated with just source def allExecutables = getGeneratedExecutables()
Groovy - Registered: 2023-11-15 11:36 - Last Modified: 2021-07-07 13:12 - 11.2K bytes - Viewed (0) -
build-logic/performance-testing/src/main/groovy/gradlebuild/performance/generator/tasks/JvmProjectGeneratorTask.groovy
extraFields: extraFields(classFilePrefix, it) ] generateWithTemplate(projectDir, "src/main/${sourceLang}/${packageName.replace('.', '/')}/${classArgs.productionClassName}.${sourceLang}", classFileTemplate, classArgs) } if (createTestComponent) { testProject.testSourceFiles.times {
Groovy - Registered: 2023-11-15 11:36 - Last Modified: 2020-12-09 08:14 - 5.7K bytes - Viewed (0) -
build-logic/performance-testing/src/main/groovy/gradlebuild/performance/generator/tasks/CppMultiProjectGeneratorTask.groovy
def headersDir = classArgs.projectType == 'exe' ? 'headers' : 'public' generateWithTemplate(projectDir, "src/main/cpp/${classArgs.functionName}.cpp", 'lib.cpp', classArgs) generateWithTemplate(projectDir, "src/main/${headersDir}/${classArgs.functionName}.h", 'lib.h', classArgs) } } static boolean isLastLayer(List<Integer> layerSizes, int projectNumber) {
Groovy - Registered: 2023-11-15 11:36 - Last Modified: 2021-07-07 13:12 - 4.8K bytes - Viewed (0) -
build-logic/cleanup/src/test/groovy/gradlebuild/cleanup/services/LeakingProcessKillPatternTest.groovy
expect: (line =~ KillLeakingJavaProcesses.generateLeakingProcessKillPattern(projectDir)).find() } def "does not match worker process started by main build VM on Windows"() {
Groovy - Registered: 2023-11-29 11:36 - Last Modified: 2023-09-28 07:00 - 14.4K bytes - Viewed (0)