Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getOutputMarker (0.07 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/DependencyLicensesTask.java

        // The check logic is exception driven so a failed tasks will not be defined
        // by this output but when successful we can safely mark the task as up-to-date.
        @OutputDirectory
        public File getOutputMarker() {
            return new File(getProject().getBuildDir(), "dependencyLicense");
        }
    
        private void failIfAnyMissing(String item, Boolean exists, String type) {
            if (exists == false) {
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Jul 26 12:16:14 GMT 2021
    - 14.3K bytes
    - Click Count (0)
Back to Top