mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 09:58:56 +08:00 
			
		
		
		
	Build outputs
This commit is contained in:
		
							
								
								
									
										18
									
								
								dist/main/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								dist/main/index.js
									
									
									
									
										vendored
									
									
								
							@@ -9334,7 +9334,7 @@ const Constants = {
 | 
			
		||||
    /**
 | 
			
		||||
     * The core-http version
 | 
			
		||||
     */
 | 
			
		||||
    coreHttpVersion: "3.0.0",
 | 
			
		||||
    coreHttpVersion: "3.0.1",
 | 
			
		||||
    /**
 | 
			
		||||
     * Specifies HTTP.
 | 
			
		||||
     */
 | 
			
		||||
@@ -58888,14 +58888,14 @@ function wrappy (fn, cb) {
 | 
			
		||||
      this.saxParser.onopentag = (function(_this) {
 | 
			
		||||
        return function(node) {
 | 
			
		||||
          var key, newValue, obj, processedKey, ref;
 | 
			
		||||
          obj = {};
 | 
			
		||||
          obj = Object.create(null);
 | 
			
		||||
          obj[charkey] = "";
 | 
			
		||||
          if (!_this.options.ignoreAttrs) {
 | 
			
		||||
            ref = node.attributes;
 | 
			
		||||
            for (key in ref) {
 | 
			
		||||
              if (!hasProp.call(ref, key)) continue;
 | 
			
		||||
              if (!(attrkey in obj) && !_this.options.mergeAttrs) {
 | 
			
		||||
                obj[attrkey] = {};
 | 
			
		||||
                obj[attrkey] = Object.create(null);
 | 
			
		||||
              }
 | 
			
		||||
              newValue = _this.options.attrValueProcessors ? processItem(_this.options.attrValueProcessors, node.attributes[key], key) : node.attributes[key];
 | 
			
		||||
              processedKey = _this.options.attrNameProcessors ? processItem(_this.options.attrNameProcessors, key) : key;
 | 
			
		||||
@@ -58945,8 +58945,12 @@ function wrappy (fn, cb) {
 | 
			
		||||
            }
 | 
			
		||||
          }
 | 
			
		||||
          if (isEmpty(obj)) {
 | 
			
		||||
            if (typeof _this.options.emptyTag === 'function') {
 | 
			
		||||
              obj = _this.options.emptyTag();
 | 
			
		||||
            } else {
 | 
			
		||||
              obj = _this.options.emptyTag !== '' ? _this.options.emptyTag : emptyStr;
 | 
			
		||||
            }
 | 
			
		||||
          }
 | 
			
		||||
          if (_this.options.validator != null) {
 | 
			
		||||
            xpath = "/" + ((function() {
 | 
			
		||||
              var i, len, results;
 | 
			
		||||
@@ -58969,7 +58973,7 @@ function wrappy (fn, cb) {
 | 
			
		||||
          }
 | 
			
		||||
          if (_this.options.explicitChildren && !_this.options.mergeAttrs && typeof obj === 'object') {
 | 
			
		||||
            if (!_this.options.preserveChildrenOrder) {
 | 
			
		||||
              node = {};
 | 
			
		||||
              node = Object.create(null);
 | 
			
		||||
              if (_this.options.attrkey in obj) {
 | 
			
		||||
                node[_this.options.attrkey] = obj[_this.options.attrkey];
 | 
			
		||||
                delete obj[_this.options.attrkey];
 | 
			
		||||
@@ -58984,7 +58988,7 @@ function wrappy (fn, cb) {
 | 
			
		||||
              obj = node;
 | 
			
		||||
            } else if (s) {
 | 
			
		||||
              s[_this.options.childkey] = s[_this.options.childkey] || [];
 | 
			
		||||
              objClone = {};
 | 
			
		||||
              objClone = Object.create(null);
 | 
			
		||||
              for (key in obj) {
 | 
			
		||||
                if (!hasProp.call(obj, key)) continue;
 | 
			
		||||
                objClone[key] = obj[key];
 | 
			
		||||
@@ -59001,7 +59005,7 @@ function wrappy (fn, cb) {
 | 
			
		||||
          } else {
 | 
			
		||||
            if (_this.options.explicitRoot) {
 | 
			
		||||
              old = obj;
 | 
			
		||||
              obj = {};
 | 
			
		||||
              obj = Object.create(null);
 | 
			
		||||
              obj[nodeName] = old;
 | 
			
		||||
            }
 | 
			
		||||
            _this.resultObject = obj;
 | 
			
		||||
@@ -63852,7 +63856,7 @@ class CacheCleaner {
 | 
			
		||||
    }
 | 
			
		||||
    ageAllFiles(fileName = '*') {
 | 
			
		||||
        return __awaiter(this, void 0, void 0, function* () {
 | 
			
		||||
            core.debug(`Aging all files in Gradle User Homee with name ${fileName}`);
 | 
			
		||||
            core.debug(`Aging all files in Gradle User Home with name ${fileName}`);
 | 
			
		||||
            yield this.setUtimes(`${this.gradleUserHome}/**/${fileName}`, new Date(0));
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								dist/main/index.js.map
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/main/index.js.map
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										18
									
								
								dist/post/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								dist/post/index.js
									
									
									
									
										vendored
									
									
								
							@@ -8437,7 +8437,7 @@ const Constants = {
 | 
			
		||||
    /**
 | 
			
		||||
     * The core-http version
 | 
			
		||||
     */
 | 
			
		||||
    coreHttpVersion: "3.0.0",
 | 
			
		||||
    coreHttpVersion: "3.0.1",
 | 
			
		||||
    /**
 | 
			
		||||
     * Specifies HTTP.
 | 
			
		||||
     */
 | 
			
		||||
@@ -57939,14 +57939,14 @@ function wrappy (fn, cb) {
 | 
			
		||||
      this.saxParser.onopentag = (function(_this) {
 | 
			
		||||
        return function(node) {
 | 
			
		||||
          var key, newValue, obj, processedKey, ref;
 | 
			
		||||
          obj = {};
 | 
			
		||||
          obj = Object.create(null);
 | 
			
		||||
          obj[charkey] = "";
 | 
			
		||||
          if (!_this.options.ignoreAttrs) {
 | 
			
		||||
            ref = node.attributes;
 | 
			
		||||
            for (key in ref) {
 | 
			
		||||
              if (!hasProp.call(ref, key)) continue;
 | 
			
		||||
              if (!(attrkey in obj) && !_this.options.mergeAttrs) {
 | 
			
		||||
                obj[attrkey] = {};
 | 
			
		||||
                obj[attrkey] = Object.create(null);
 | 
			
		||||
              }
 | 
			
		||||
              newValue = _this.options.attrValueProcessors ? processItem(_this.options.attrValueProcessors, node.attributes[key], key) : node.attributes[key];
 | 
			
		||||
              processedKey = _this.options.attrNameProcessors ? processItem(_this.options.attrNameProcessors, key) : key;
 | 
			
		||||
@@ -57996,8 +57996,12 @@ function wrappy (fn, cb) {
 | 
			
		||||
            }
 | 
			
		||||
          }
 | 
			
		||||
          if (isEmpty(obj)) {
 | 
			
		||||
            if (typeof _this.options.emptyTag === 'function') {
 | 
			
		||||
              obj = _this.options.emptyTag();
 | 
			
		||||
            } else {
 | 
			
		||||
              obj = _this.options.emptyTag !== '' ? _this.options.emptyTag : emptyStr;
 | 
			
		||||
            }
 | 
			
		||||
          }
 | 
			
		||||
          if (_this.options.validator != null) {
 | 
			
		||||
            xpath = "/" + ((function() {
 | 
			
		||||
              var i, len, results;
 | 
			
		||||
@@ -58020,7 +58024,7 @@ function wrappy (fn, cb) {
 | 
			
		||||
          }
 | 
			
		||||
          if (_this.options.explicitChildren && !_this.options.mergeAttrs && typeof obj === 'object') {
 | 
			
		||||
            if (!_this.options.preserveChildrenOrder) {
 | 
			
		||||
              node = {};
 | 
			
		||||
              node = Object.create(null);
 | 
			
		||||
              if (_this.options.attrkey in obj) {
 | 
			
		||||
                node[_this.options.attrkey] = obj[_this.options.attrkey];
 | 
			
		||||
                delete obj[_this.options.attrkey];
 | 
			
		||||
@@ -58035,7 +58039,7 @@ function wrappy (fn, cb) {
 | 
			
		||||
              obj = node;
 | 
			
		||||
            } else if (s) {
 | 
			
		||||
              s[_this.options.childkey] = s[_this.options.childkey] || [];
 | 
			
		||||
              objClone = {};
 | 
			
		||||
              objClone = Object.create(null);
 | 
			
		||||
              for (key in obj) {
 | 
			
		||||
                if (!hasProp.call(obj, key)) continue;
 | 
			
		||||
                objClone[key] = obj[key];
 | 
			
		||||
@@ -58052,7 +58056,7 @@ function wrappy (fn, cb) {
 | 
			
		||||
          } else {
 | 
			
		||||
            if (_this.options.explicitRoot) {
 | 
			
		||||
              old = obj;
 | 
			
		||||
              obj = {};
 | 
			
		||||
              obj = Object.create(null);
 | 
			
		||||
              obj[nodeName] = old;
 | 
			
		||||
            }
 | 
			
		||||
            _this.resultObject = obj;
 | 
			
		||||
@@ -62903,7 +62907,7 @@ class CacheCleaner {
 | 
			
		||||
    }
 | 
			
		||||
    ageAllFiles(fileName = '*') {
 | 
			
		||||
        return __awaiter(this, void 0, void 0, function* () {
 | 
			
		||||
            core.debug(`Aging all files in Gradle User Homee with name ${fileName}`);
 | 
			
		||||
            core.debug(`Aging all files in Gradle User Home with name ${fileName}`);
 | 
			
		||||
            yield this.setUtimes(`${this.gradleUserHome}/**/${fileName}`, new Date(0));
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								dist/post/index.js.map
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/post/index.js.map
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user