- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 38 for directoryProperty (0.07 sec)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/UserManual.java
public abstract DirectoryProperty getSnippets(); /** * Source of samples that can be inserted into the user manual * */ public abstract DirectoryProperty getSamples(); /** * Working directory for staging directory for intermediate user manual files */ public abstract DirectoryProperty getStagingRoot(); public abstract DirectoryProperty getStagedDocumentation(); /**
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 1.7K bytes - Viewed (0) -
build-logic/build-init-samples/src/main/kotlin/gradlebuild/samples/tasks/GenerateSample.kt
abstract val modularization: Property<ModularizationOption> @get:InputDirectory @get:PathSensitive(PathSensitivity.NAME_ONLY) abstract val readmeTemplates: DirectoryProperty @get:OutputDirectory abstract val target: DirectoryProperty @get:Inject protected abstract val projectLayoutRegistry: ProjectLayoutSetupRegistry @TaskAction fun setupProjectLayout() {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Jul 07 13:12:26 UTC 2021 - 2K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GenerateDocInfo.java
@InputFiles @PathSensitive(PathSensitivity.RELATIVE) public abstract ConfigurableFileCollection getDocumentationFiles(); @Internal public abstract DirectoryProperty getDocumentationRoot(); @OutputDirectory public abstract DirectoryProperty getDestinationDirectory(); @Inject protected abstract FileSystemOperations getFs(); @TaskAction public void generate() {Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue May 27 09:07:14 UTC 2025 - 3K bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/androidhomewarmup/AndroidHomeWarmupExtension.kt
abstract val rootProjectDir: DirectoryProperty abstract val warmupProjectsDirectory: DirectoryProperty abstract val sdkVersions: ListProperty<SdkVersion> } data class SdkVersion( val compileSdk: Int, val buildTools: String, val agpVersion: String = "8.11.2", val minSdk: Int = 23, val targetSdk: Int? = nullRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Nov 27 08:49:21 UTC 2025 - 1.4K bytes - Viewed (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/CleanAcceptedApiChanges.groovy
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.binarycompatibility import org.gradle.api.DefaultTask import org.gradle.api.file.DirectoryProperty import org.gradle.api.tasks.InputDirectory import org.gradle.api.tasks.PathSensitive import org.gradle.api.tasks.PathSensitivity import org.gradle.api.tasks.TaskAction import org.gradle.work.DisableCachingByDefault
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Jun 05 08:27:29 UTC 2024 - 1.6K bytes - Viewed (0) -
build-logic-settings/build-environment/src/main/kotlin/gradlebuild/basics/BuildEnvironmentExtension.kt
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Jul 26 07:44:12 UTC 2024 - 929 bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/DslReference.java
import org.gradle.api.file.DirectoryProperty; import org.gradle.api.file.RegularFileProperty; /** * The DSL reference for this documentation. These are higher-level than Javadoc. */ public abstract class DslReference { /** * The root of the DSL documentation. This is the source of the DSL XML currently. */ public abstract DirectoryProperty getRoot(); /**Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 09 08:14:05 UTC 2020 - 1.9K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/Docbook2Xhtml.groovy
* limitations under the License. */ package gradlebuild.docs import org.gradle.api.file.ArchiveOperations import org.gradle.api.file.ConfigurableFileCollection import org.gradle.api.file.DirectoryProperty import org.gradle.api.file.FileSystemOperations import org.gradle.api.file.FileTree import org.gradle.api.file.FileVisitDetails import org.gradle.api.file.RegularFileProperty import org.gradle.api.logging.LogLevel
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 04 07:24:54 UTC 2024 - 4.7K bytes - Viewed (0) -
build-logic-settings/build-environment/src/main/kotlin/gradlebuild/basics/BuildEnvironmentService.kt
abstract class BuildEnvironmentService : BuildService<BuildEnvironmentService.Parameters> { interface Parameters : BuildServiceParameters { val rootProjectDir: DirectoryProperty val rootProjectBuildDir: DirectoryProperty } @get:Inject abstract val providers: ProviderFactory val gitCommitId = git("rev-parse", "HEAD") val gitBranch = git("rev-parse", "--abbrev-ref", "HEAD")
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Jul 26 10:02:49 UTC 2024 - 2K bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/model/GradleDistribution.kt
* See the License for the specific language governing permissions and * limitations under the License. */ package gradlebuild.integrationtests.model import org.gradle.api.file.DirectoryProperty import org.gradle.api.file.FileCollection import org.gradle.api.provider.Provider import org.gradle.api.tasks.Classpath import org.gradle.api.tasks.Input import org.gradle.api.tasks.InputFiles
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 18 18:02:41 UTC 2025 - 2.1K bytes - Viewed (0)