- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 38 for directoryProperty (0.07 seconds)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleDocumentationExtension.java
* All of the sections of the documentation have working directories off of this one. */ public abstract DirectoryProperty getStagingRoot(); /** * The final location to place all rendered documentation. */ public abstract DirectoryProperty getDocumentationRenderedRoot(); /**Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Aug 20 14:11:17 GMT 2024 - 4.4K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/testcleanup/extension/TestFilesCleanupProjectState.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.testcleanup.extension import org.gradle.api.file.DirectoryProperty import org.gradle.api.provider.Property /** * Works with {@see TestFilesCleanupService} and {@see TestFilesCleanupServiceRootExtension}. * It collects states to be used in the build service for each project.Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Mar 18 02:11:12 GMT 2022 - 1K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/FindMissingDocumentationFiles.java
"sec:dependency-mgmt-in-gradle" )); @InputDirectory @PathSensitive(PathSensitivity.RELATIVE) public abstract DirectoryProperty getDocumentationRoot(); @InputDirectory @PathSensitive(PathSensitivity.RELATIVE) public abstract DirectoryProperty getJsonFilesDirectory(); @TaskAction public void checkMissingFiles() { String directoryPath = getDocumentationRoot().get().toString();Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Aug 21 15:38:58 GMT 2025 - 8.5K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleKotlinDslRuntimeGeneratedSources.java
@Classpath public abstract ConfigurableFileCollection getInputClasspath(); @OutputDirectory public abstract DirectoryProperty getGeneratedSources(); @OutputDirectory public abstract DirectoryProperty getGeneratedClasses(); @Inject protected abstract KotlinScriptClassPathProvider getKotlinScriptClassPathProvider(); @InjectCreated: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Sun Mar 19 17:15:23 GMT 2023 - 3.9K bytes - Click Count (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/ide/ExtractAndroidStudioTask.kt
* limitations under the License. */ package gradlebuild.integrationtests.ide import org.gradle.api.DefaultTask import org.gradle.api.file.ConfigurableFileCollection import org.gradle.api.file.DirectoryProperty import org.gradle.api.file.FileSystemOperations import org.gradle.api.file.RelativePath import org.gradle.api.internal.file.FileOperations import org.gradle.api.tasks.InputFiles
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Feb 19 08:02:04 GMT 2025 - 3.7K bytes - Click Count (0) -
build-logic/cleanup/src/main/kotlin/gradlebuild/cleanup/services/CachesCleaner.kt
import gradlebuild.cleanup.removeDodgyCacheFiles import gradlebuild.cleanup.removeOldVersionsFromDir import gradlebuild.cleanup.removeTransformDir import org.gradle.api.file.Directory import org.gradle.api.file.DirectoryProperty import org.gradle.api.file.FileSystemOperations import org.gradle.api.logging.Logging import org.gradle.api.provider.Property import org.gradle.api.services.BuildService
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Jun 28 08:29:28 GMT 2024 - 4.2K bytes - Click Count (1) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/Javadocs.java
* limitations under the License. */ package gradlebuild.docs; import org.gradle.api.file.ConfigurableFileCollection; import org.gradle.api.file.DirectoryProperty; import org.gradle.api.file.RegularFileProperty; import org.gradle.api.provider.Property; import java.net.URI; /** * Configuration for generating Javadocs */ public abstract class Javadocs {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Aug 21 16:24:54 GMT 2025 - 1.8K bytes - Click Count (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/tasks/DistributionTest.kt
@get:Internal abstract val gradleUserHomeDir: DirectoryProperty @get:Internal abstract val gradleSnippetsDir: DirectoryProperty @get:Internal abstract val daemonRegistry: DirectoryProperty @get:Nested abstract val gradleDistribution: GradleDistribution @get:InternalCreated: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Aug 18 18:02:41 GMT 2025 - 7.7K bytes - Click Count (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild/incubation/action/IncubatingApiReportParameter.kt
import org.gradle.api.file.ConfigurableFileCollection import org.gradle.api.file.DirectoryProperty import org.gradle.api.file.RegularFileProperty import org.gradle.api.provider.Property import org.gradle.workers.WorkParameters interface IncubatingApiReportParameter : WorkParameters { val repositoryRoot: DirectoryProperty val srcDirs: ConfigurableFileCollection val htmlReportFile: RegularFilePropertyCreated: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Jun 02 09:57:54 GMT 2025 - 1.2K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/KotlinDslReference.java
*/ package gradlebuild.docs; import org.gradle.api.file.DirectoryProperty; import org.gradle.api.provider.Property; /** * Configuration for generating Dokka based Kotlin DSL docs. */ public abstract class KotlinDslReference { /** * The location of the final rendered Dokka content. */ public abstract DirectoryProperty getRenderedDocumentation(); /**Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Jan 15 14:00:14 GMT 2024 - 1.2K bytes - Click Count (0)