Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isInReservedFileSystemLocation (0.45 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/tasks/properties/ValidationActions.java

        private static void validateNotInReservedFileSystemLocation(String propertyName, PropertyValidationContext context, File location) {
            if (context.isInReservedFileSystemLocation(location)) {
                context.visitPropertyProblem(problem ->
                    problem
                        .forProperty(propertyName)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 11:49:03 UTC 2024
    - 16.5K bytes
    - Viewed (0)
Back to top