mirror of
				https://hub.gitmirror.com/https://github.com/gradle/actions.git
				synced 2025-10-28 08:30:02 +08:00 
			
		
		
		
	Merge branch 'main' into jprinet/test-wrapper-validation
This commit is contained in:
		
						commit
						365bbda7c3
					
				| @ -1,6 +1,6 @@ | ||||
| plugins { | ||||
|     id "com.gradle.develocity" version "4.1.1" | ||||
|     id "com.gradle.common-custom-user-data-gradle-plugin" version "2.3" | ||||
|     id "com.gradle.develocity" version "4.2" | ||||
|     id "com.gradle.common-custom-user-data-gradle-plugin" version "2.4.0" | ||||
| } | ||||
| 
 | ||||
| develocity { | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| plugins { | ||||
|     id("com.gradle.develocity") version "4.1.1" | ||||
|     id("com.gradle.common-custom-user-data-gradle-plugin") version "2.3" | ||||
|     id("com.gradle.develocity") version "4.2" | ||||
|     id("com.gradle.common-custom-user-data-gradle-plugin") version "2.4.0" | ||||
| } | ||||
| 
 | ||||
| develocity { | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| plugins { | ||||
|     id "com.gradle.develocity" version "4.1.1"  | ||||
|     id "com.gradle.develocity" version "4.2"  | ||||
| } | ||||
| 
 | ||||
| develocity { | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| plugins { | ||||
|     id "com.gradle.develocity" version "4.1.1" | ||||
|     id "com.gradle.develocity" version "4.2" | ||||
| } | ||||
| 
 | ||||
| develocity { | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| plugins { | ||||
|     id "com.gradle.develocity" version "4.1.1" | ||||
|     id "com.gradle.develocity" version "4.2" | ||||
| } | ||||
| 
 | ||||
| develocity { | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/ci-check-and-unit-test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci-check-and-unit-test.yml
									
									
									
									
										vendored
									
									
								
							| @ -26,7 +26,7 @@ jobs: | ||||
|         cache-dependency-path: sources/package-lock.json | ||||
|     - name: Setup Gradle | ||||
|       # Use a released version to avoid breakages | ||||
|       uses: gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2 | ||||
|       uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3 | ||||
|       env: | ||||
|         ALLOWED_GRADLE_WRAPPER_CHECKSUMS: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 # Invalid wrapper jar used for testing | ||||
|       with: | ||||
|  | ||||
| @ -21,7 +21,7 @@ jobs: | ||||
| 
 | ||||
|     - name: Get changed files | ||||
|       id: changed-files | ||||
|       uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5 | ||||
|       uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0 | ||||
|       with: | ||||
|         files: | | ||||
|           dist/** | ||||
|  | ||||
							
								
								
									
										4
									
								
								.github/workflows/ci-codeql.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci-codeql.yml
									
									
									
									
										vendored
									
									
								
							| @ -35,7 +35,7 @@ jobs: | ||||
| 
 | ||||
|     # Initializes the CodeQL tools for scanning. | ||||
|     - name: Initialize CodeQL | ||||
|       uses: github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5 | ||||
|       uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5 | ||||
|       with: | ||||
|         languages: ${{ matrix.language }} | ||||
|         config: | | ||||
| @ -43,4 +43,4 @@ jobs: | ||||
|           - sources/src | ||||
| 
 | ||||
|     - name: Perform CodeQL Analysis | ||||
|       uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5 | ||||
|       uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5 | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/ci-init-script-check.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci-init-script-check.yml
									
									
									
									
										vendored
									
									
								
							| @ -30,7 +30,7 @@ jobs: | ||||
|         java-version: 17 | ||||
|     - name: Setup Gradle | ||||
|       # Use a released version to avoid breakages | ||||
|       uses: gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2 | ||||
|       uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3 | ||||
|       env: | ||||
|         ALLOWED_GRADLE_WRAPPER_CHECKSUMS: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 # Invalid wrapper jar used for testing | ||||
|     - name: Run integration tests | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/ci-ossf-scorecard.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci-ossf-scorecard.yml
									
									
									
									
										vendored
									
									
								
							| @ -52,6 +52,6 @@ jobs: | ||||
| 
 | ||||
|       # Upload the results to GitHub's code scanning dashboard. | ||||
|       - name: 'Upload to code-scanning' | ||||
|         uses: github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.29.5 | ||||
|         uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5 | ||||
|         with: | ||||
|           sarif_file: results.sarif | ||||
|  | ||||
							
								
								
									
										2
									
								
								.github/workflows/ci-validate-wrappers.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci-validate-wrappers.yml
									
									
									
									
										vendored
									
									
								
							| @ -12,6 +12,6 @@ jobs: | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|       - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | ||||
|       - uses: gradle/actions/wrapper-validation@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2 | ||||
|       - uses: gradle/actions/wrapper-validation@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3 | ||||
|         with: | ||||
|           allow-checksums: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | ||||
|  | ||||
| @ -30,7 +30,7 @@ jobs: | ||||
|       matrix: | ||||
|         gradle: ['current', '8.14.3', '7.6.2', '6.9.4', '5.6.4'] | ||||
|         os: ${{fromJSON(inputs.runner-os)}} | ||||
|         plugin-version: ['3.16.2', '4.1.1'] | ||||
|         plugin-version: ['3.16.2', '4.2'] | ||||
|         include: | ||||
|           - java-version: 17 | ||||
|           - gradle: '8.14.3' | ||||
| @ -43,7 +43,7 @@ jobs: | ||||
|             java-version: 11 | ||||
|           - plugin-version: '3.16.2' | ||||
|             accessKeyEnv: GRADLE_ENTERPRISE_ACCESS_KEY | ||||
|           - plugin-version: '4.1.1' | ||||
|           - plugin-version: '4.2' | ||||
|             accessKeyEnv: DEVELOCITY_ACCESS_KEY | ||||
|     runs-on: ${{ matrix.os }} | ||||
|     env: | ||||
| @ -92,7 +92,7 @@ jobs: | ||||
|       matrix: | ||||
|         gradle: ['current', '8.14.3', '7.6.2', '6.9.4', '5.6.4'] | ||||
|         os: ${{fromJSON(inputs.runner-os)}} | ||||
|         plugin-version: ['3.16.2', '4.1.1'] | ||||
|         plugin-version: ['3.16.2', '4.2'] | ||||
|         include: | ||||
|           - java-version: 17 | ||||
|           - gradle: '8.14.3' | ||||
| @ -148,7 +148,7 @@ jobs: | ||||
|       matrix: | ||||
|         gradle: ['current', '8.14.3', '7.6.2', '6.9.4', '5.6.4'] | ||||
|         os: ${{fromJSON(inputs.runner-os)}} | ||||
|         plugin-version: [ '3.16.2', '4.1.1' ] | ||||
|         plugin-version: [ '3.16.2', '4.2' ] | ||||
|         include: | ||||
|           - java-version: 17 | ||||
|           - gradle: '8.14.3' | ||||
| @ -191,7 +191,7 @@ jobs: | ||||
|       matrix: | ||||
|         gradle: ['current', '8.14.3', '7.6.2', '6.9.4', '5.6.4'] | ||||
|         os: ${{fromJSON(inputs.runner-os)}} | ||||
|         plugin-version: [ '3.16.2', '4.1.1' ] | ||||
|         plugin-version: [ '3.16.2', '4.2' ] | ||||
|         include: | ||||
|           - java-version: 17 | ||||
|           - gradle: '8.14.3' | ||||
|  | ||||
							
								
								
									
										10
									
								
								dist/dependency-submission/main/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								dist/dependency-submission/main/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								dist/dependency-submission/main/index.js.map
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/dependency-submission/main/index.js.map
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										6
									
								
								dist/dependency-submission/post/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								dist/dependency-submission/post/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								dist/dependency-submission/post/index.js.map
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/dependency-submission/post/index.js.map
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										10
									
								
								dist/setup-gradle/main/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								dist/setup-gradle/main/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								dist/setup-gradle/main/index.js.map
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/setup-gradle/main/index.js.map
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										10
									
								
								dist/setup-gradle/post/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								dist/setup-gradle/post/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								dist/setup-gradle/post/index.js.map
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/setup-gradle/post/index.js.map
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										4
									
								
								dist/wrapper-validation/main/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								dist/wrapper-validation/main/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								dist/wrapper-validation/main/index.js.map
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/wrapper-validation/main/index.js.map
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @ -847,7 +847,7 @@ Here's a minimal example: | ||||
|       run: ./gradlew build | ||||
| ``` | ||||
| 
 | ||||
| This configuration will automatically apply `v4.1.1` of the [Develocity Gradle plugin](https://docs.gradle.com/develocity/gradle-plugin/), and publish build scans to https://develocity.your-server.com. | ||||
| This configuration will automatically apply `v4.2` of the [Develocity Gradle plugin](https://docs.gradle.com/develocity/gradle-plugin/), and publish build scans to https://develocity.your-server.com. | ||||
| 
 | ||||
| This example assumes that the `develocity.your-server.com` server allows anonymous publishing of build scans. | ||||
| In the likely scenario that your Develocity server requires authentication, you will also need to pass a valid [Develocity access key](https://docs.gradle.com/develocity/gradle-plugin/#via_environment_variable) taken from a secret: | ||||
|  | ||||
							
								
								
									
										143
									
								
								sources/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										143
									
								
								sources/package-lock.json
									
									
									
										generated
									
									
									
								
							| @ -29,21 +29,21 @@ | ||||
|         "@gradle-tech/develocity-agent": "1.0.2", | ||||
|         "@jest/globals": "30.1.2", | ||||
|         "@types/jest": "30.0.0", | ||||
|         "@types/node": "24.3.1", | ||||
|         "@types/node": "24.5.0", | ||||
|         "@types/semver": "7.7.1", | ||||
|         "@types/unzipper": "0.10.11", | ||||
|         "@types/which": "3.0.4", | ||||
|         "@typescript-eslint/eslint-plugin": "8.43.0", | ||||
|         "@typescript-eslint/eslint-plugin": "8.44.0", | ||||
|         "@vercel/ncc": "0.38.3", | ||||
|         "dedent": "1.7.0", | ||||
|         "eslint": "9.24.0", | ||||
|         "globals": "16.3.0", | ||||
|         "globals": "16.4.0", | ||||
|         "jest": "30.1.3", | ||||
|         "nock": "13.5.6", | ||||
|         "npm-run-all": "4.1.5", | ||||
|         "patch-package": "8.0.0", | ||||
|         "prettier": "3.6.2", | ||||
|         "ts-jest": "29.4.1", | ||||
|         "ts-jest": "29.4.2", | ||||
|         "typescript": "5.9.2" | ||||
|       } | ||||
|     }, | ||||
| @ -2397,13 +2397,13 @@ | ||||
|       "license": "MIT" | ||||
|     }, | ||||
|     "node_modules/@types/node": { | ||||
|       "version": "24.3.1", | ||||
|       "resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.1.tgz", | ||||
|       "integrity": "sha512-3vXmQDXy+woz+gnrTvuvNrPzekOi+Ds0ReMxw0LzBiK3a+1k0kQn9f2NWk+lgD4rJehFUmYy2gMhJ2ZI+7YP9g==", | ||||
|       "version": "24.5.0", | ||||
|       "resolved": "https://registry.npmjs.org/@types/node/-/node-24.5.0.tgz", | ||||
|       "integrity": "sha512-y1dMvuvJspJiPSDZUQ+WMBvF7dpnEqN4x9DDC9ie5Fs/HUZJA3wFp7EhHoVaKX/iI0cRoECV8X2jL8zi0xrHCg==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "undici-types": "~7.10.0" | ||||
|         "undici-types": "~7.12.0" | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@types/semver": { | ||||
| @ -2455,17 +2455,17 @@ | ||||
|       "license": "MIT" | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/eslint-plugin": { | ||||
|       "version": "8.43.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.43.0.tgz", | ||||
|       "integrity": "sha512-8tg+gt7ENL7KewsKMKDHXR1vm8tt9eMxjJBYINf6swonlWgkYn5NwyIgXpbbDxTNU5DgpDFfj95prcTq2clIQQ==", | ||||
|       "version": "8.44.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.44.0.tgz", | ||||
|       "integrity": "sha512-EGDAOGX+uwwekcS0iyxVDmRV9HX6FLSM5kzrAToLTsr9OWCIKG/y3lQheCq18yZ5Xh78rRKJiEpP0ZaCs4ryOQ==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@eslint-community/regexpp": "^4.10.0", | ||||
|         "@typescript-eslint/scope-manager": "8.43.0", | ||||
|         "@typescript-eslint/type-utils": "8.43.0", | ||||
|         "@typescript-eslint/utils": "8.43.0", | ||||
|         "@typescript-eslint/visitor-keys": "8.43.0", | ||||
|         "@typescript-eslint/scope-manager": "8.44.0", | ||||
|         "@typescript-eslint/type-utils": "8.44.0", | ||||
|         "@typescript-eslint/utils": "8.44.0", | ||||
|         "@typescript-eslint/visitor-keys": "8.44.0", | ||||
|         "graphemer": "^1.4.0", | ||||
|         "ignore": "^7.0.0", | ||||
|         "natural-compare": "^1.4.0", | ||||
| @ -2479,7 +2479,7 @@ | ||||
|         "url": "https://opencollective.com/typescript-eslint" | ||||
|       }, | ||||
|       "peerDependencies": { | ||||
|         "@typescript-eslint/parser": "^8.43.0", | ||||
|         "@typescript-eslint/parser": "^8.44.0", | ||||
|         "eslint": "^8.57.0 || ^9.0.0", | ||||
|         "typescript": ">=4.8.4 <6.0.0" | ||||
|       } | ||||
| @ -2495,17 +2495,17 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/parser": { | ||||
|       "version": "8.43.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.43.0.tgz", | ||||
|       "integrity": "sha512-B7RIQiTsCBBmY+yW4+ILd6mF5h1FUwJsVvpqkrgpszYifetQ2Ke+Z4u6aZh0CblkUGIdR59iYVyXqqZGkZ3aBw==", | ||||
|       "version": "8.44.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.44.0.tgz", | ||||
|       "integrity": "sha512-VGMpFQGUQWYT9LfnPcX8ouFojyrZ/2w3K5BucvxL/spdNehccKhB4jUyB1yBCXpr2XFm0jkECxgrpXBW2ipoAw==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "peer": true, | ||||
|       "dependencies": { | ||||
|         "@typescript-eslint/scope-manager": "8.43.0", | ||||
|         "@typescript-eslint/types": "8.43.0", | ||||
|         "@typescript-eslint/typescript-estree": "8.43.0", | ||||
|         "@typescript-eslint/visitor-keys": "8.43.0", | ||||
|         "@typescript-eslint/scope-manager": "8.44.0", | ||||
|         "@typescript-eslint/types": "8.44.0", | ||||
|         "@typescript-eslint/typescript-estree": "8.44.0", | ||||
|         "@typescript-eslint/visitor-keys": "8.44.0", | ||||
|         "debug": "^4.3.4" | ||||
|       }, | ||||
|       "engines": { | ||||
| @ -2521,14 +2521,14 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/project-service": { | ||||
|       "version": "8.43.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.43.0.tgz", | ||||
|       "integrity": "sha512-htB/+D/BIGoNTQYffZw4uM4NzzuolCoaA/BusuSIcC8YjmBYQioew5VUZAYdAETPjeed0hqCaW7EHg+Robq8uw==", | ||||
|       "version": "8.44.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.44.0.tgz", | ||||
|       "integrity": "sha512-ZeaGNraRsq10GuEohKTo4295Z/SuGcSq2LzfGlqiuEvfArzo/VRrT0ZaJsVPuKZ55lVbNk8U6FcL+ZMH8CoyVA==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@typescript-eslint/tsconfig-utils": "^8.43.0", | ||||
|         "@typescript-eslint/types": "^8.43.0", | ||||
|         "@typescript-eslint/tsconfig-utils": "^8.44.0", | ||||
|         "@typescript-eslint/types": "^8.44.0", | ||||
|         "debug": "^4.3.4" | ||||
|       }, | ||||
|       "engines": { | ||||
| @ -2543,14 +2543,14 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/scope-manager": { | ||||
|       "version": "8.43.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.43.0.tgz", | ||||
|       "integrity": "sha512-daSWlQ87ZhsjrbMLvpuuMAt3y4ba57AuvadcR7f3nl8eS3BjRc8L9VLxFLk92RL5xdXOg6IQ+qKjjqNEimGuAg==", | ||||
|       "version": "8.44.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.44.0.tgz", | ||||
|       "integrity": "sha512-87Jv3E+al8wpD+rIdVJm/ItDBe/Im09zXIjFoipOjr5gHUhJmTzfFLuTJ/nPTMc2Srsroy4IBXwcTCHyRR7KzA==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@typescript-eslint/types": "8.43.0", | ||||
|         "@typescript-eslint/visitor-keys": "8.43.0" | ||||
|         "@typescript-eslint/types": "8.44.0", | ||||
|         "@typescript-eslint/visitor-keys": "8.44.0" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | ||||
| @ -2561,9 +2561,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/tsconfig-utils": { | ||||
|       "version": "8.43.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.43.0.tgz", | ||||
|       "integrity": "sha512-ALC2prjZcj2YqqL5X/bwWQmHA2em6/94GcbB/KKu5SX3EBDOsqztmmX1kMkvAJHzxk7TazKzJfFiEIagNV3qEA==", | ||||
|       "version": "8.44.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.44.0.tgz", | ||||
|       "integrity": "sha512-x5Y0+AuEPqAInc6yd0n5DAcvtoQ/vyaGwuX5HE9n6qAefk1GaedqrLQF8kQGylLUb9pnZyLf+iEiL9fr8APDtQ==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "engines": { | ||||
| @ -2578,15 +2578,15 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/type-utils": { | ||||
|       "version": "8.43.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.43.0.tgz", | ||||
|       "integrity": "sha512-qaH1uLBpBuBBuRf8c1mLJ6swOfzCXryhKND04Igr4pckzSEW9JX5Aw9AgW00kwfjWJF0kk0ps9ExKTfvXfw4Qg==", | ||||
|       "version": "8.44.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.44.0.tgz", | ||||
|       "integrity": "sha512-9cwsoSxJ8Sak67Be/hD2RNt/fsqmWnNE1iHohG8lxqLSNY8xNfyY7wloo5zpW3Nu9hxVgURevqfcH6vvKCt6yg==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@typescript-eslint/types": "8.43.0", | ||||
|         "@typescript-eslint/typescript-estree": "8.43.0", | ||||
|         "@typescript-eslint/utils": "8.43.0", | ||||
|         "@typescript-eslint/types": "8.44.0", | ||||
|         "@typescript-eslint/typescript-estree": "8.44.0", | ||||
|         "@typescript-eslint/utils": "8.44.0", | ||||
|         "debug": "^4.3.4", | ||||
|         "ts-api-utils": "^2.1.0" | ||||
|       }, | ||||
| @ -2603,9 +2603,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/types": { | ||||
|       "version": "8.43.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.43.0.tgz", | ||||
|       "integrity": "sha512-vQ2FZaxJpydjSZJKiSW/LJsabFFvV7KgLC5DiLhkBcykhQj8iK9BOaDmQt74nnKdLvceM5xmhaTF+pLekrxEkw==", | ||||
|       "version": "8.44.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.44.0.tgz", | ||||
|       "integrity": "sha512-ZSl2efn44VsYM0MfDQe68RKzBz75NPgLQXuGypmym6QVOWL5kegTZuZ02xRAT9T+onqvM6T8CdQk0OwYMB6ZvA==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "engines": { | ||||
| @ -2617,16 +2617,16 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/typescript-estree": { | ||||
|       "version": "8.43.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.43.0.tgz", | ||||
|       "integrity": "sha512-7Vv6zlAhPb+cvEpP06WXXy/ZByph9iL6BQRBDj4kmBsW98AqEeQHlj/13X+sZOrKSo9/rNKH4Ul4f6EICREFdw==", | ||||
|       "version": "8.44.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.44.0.tgz", | ||||
|       "integrity": "sha512-lqNj6SgnGcQZwL4/SBJ3xdPEfcBuhCG8zdcwCPgYcmiPLgokiNDKlbPzCwEwu7m279J/lBYWtDYL+87OEfn8Jw==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@typescript-eslint/project-service": "8.43.0", | ||||
|         "@typescript-eslint/tsconfig-utils": "8.43.0", | ||||
|         "@typescript-eslint/types": "8.43.0", | ||||
|         "@typescript-eslint/visitor-keys": "8.43.0", | ||||
|         "@typescript-eslint/project-service": "8.44.0", | ||||
|         "@typescript-eslint/tsconfig-utils": "8.44.0", | ||||
|         "@typescript-eslint/types": "8.44.0", | ||||
|         "@typescript-eslint/visitor-keys": "8.44.0", | ||||
|         "debug": "^4.3.4", | ||||
|         "fast-glob": "^3.3.2", | ||||
|         "is-glob": "^4.0.3", | ||||
| @ -2672,16 +2672,16 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/utils": { | ||||
|       "version": "8.43.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.43.0.tgz", | ||||
|       "integrity": "sha512-S1/tEmkUeeswxd0GGcnwuVQPFWo8NzZTOMxCvw8BX7OMxnNae+i8Tm7REQen/SwUIPoPqfKn7EaZ+YLpiB3k9g==", | ||||
|       "version": "8.44.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.44.0.tgz", | ||||
|       "integrity": "sha512-nktOlVcg3ALo0mYlV+L7sWUD58KG4CMj1rb2HUVOO4aL3K/6wcD+NERqd0rrA5Vg06b42YhF6cFxeixsp9Riqg==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@eslint-community/eslint-utils": "^4.7.0", | ||||
|         "@typescript-eslint/scope-manager": "8.43.0", | ||||
|         "@typescript-eslint/types": "8.43.0", | ||||
|         "@typescript-eslint/typescript-estree": "8.43.0" | ||||
|         "@typescript-eslint/scope-manager": "8.44.0", | ||||
|         "@typescript-eslint/types": "8.44.0", | ||||
|         "@typescript-eslint/typescript-estree": "8.44.0" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": "^18.18.0 || ^20.9.0 || >=21.1.0" | ||||
| @ -2696,13 +2696,13 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/@typescript-eslint/visitor-keys": { | ||||
|       "version": "8.43.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.43.0.tgz", | ||||
|       "integrity": "sha512-T+S1KqRD4sg/bHfLwrpF/K3gQLBM1n7Rp7OjjikjTEssI2YJzQpi5WXoynOaQ93ERIuq3O8RBTOUYDKszUCEHw==", | ||||
|       "version": "8.44.0", | ||||
|       "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.44.0.tgz", | ||||
|       "integrity": "sha512-zaz9u8EJ4GBmnehlrpoKvj/E3dNbuQ7q0ucyZImm3cLqJ8INTc970B1qEqDX/Rzq65r3TvVTN7kHWPBoyW7DWw==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "@typescript-eslint/types": "8.43.0", | ||||
|         "@typescript-eslint/types": "8.44.0", | ||||
|         "eslint-visitor-keys": "^4.2.1" | ||||
|       }, | ||||
|       "engines": { | ||||
| @ -5186,10 +5186,11 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/globals": { | ||||
|       "version": "16.3.0", | ||||
|       "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz", | ||||
|       "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==", | ||||
|       "version": "16.4.0", | ||||
|       "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz", | ||||
|       "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "engines": { | ||||
|         "node": ">=18" | ||||
|       }, | ||||
| @ -9225,9 +9226,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/ts-jest": { | ||||
|       "version": "29.4.1", | ||||
|       "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.1.tgz", | ||||
|       "integrity": "sha512-SaeUtjfpg9Uqu8IbeDKtdaS0g8lS6FT6OzM3ezrDfErPJPHNDo/Ey+VFGP1bQIDfagYDLyRpd7O15XpG1Es2Uw==", | ||||
|       "version": "29.4.2", | ||||
|       "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.2.tgz", | ||||
|       "integrity": "sha512-pBNOkn4HtuLpNrXTMVRC9b642CBaDnKqWXny4OzuoULT9S7Kf8MMlaRe2veKax12rjf5WcpMBhVPbQurlWGNxA==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
| @ -9479,9 +9480,9 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/undici-types": { | ||||
|       "version": "7.10.0", | ||||
|       "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz", | ||||
|       "integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==", | ||||
|       "version": "7.12.0", | ||||
|       "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.12.0.tgz", | ||||
|       "integrity": "sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==", | ||||
|       "dev": true, | ||||
|       "license": "MIT" | ||||
|     }, | ||||
|  | ||||
| @ -51,21 +51,21 @@ | ||||
|     "@gradle-tech/develocity-agent": "1.0.2", | ||||
|     "@jest/globals": "30.1.2", | ||||
|     "@types/jest": "30.0.0", | ||||
|     "@types/node": "24.3.1", | ||||
|     "@types/node": "24.5.0", | ||||
|     "@types/semver": "7.7.1", | ||||
|     "@types/unzipper": "0.10.11", | ||||
|     "@types/which": "3.0.4", | ||||
|     "@typescript-eslint/eslint-plugin": "8.43.0", | ||||
|     "@typescript-eslint/eslint-plugin": "8.44.0", | ||||
|     "@vercel/ncc": "0.38.3", | ||||
|     "dedent": "1.7.0", | ||||
|     "eslint": "9.24.0", | ||||
|     "globals": "16.3.0", | ||||
|     "globals": "16.4.0", | ||||
|     "jest": "30.1.3", | ||||
|     "nock": "13.5.6", | ||||
|     "npm-run-all": "4.1.5", | ||||
|     "patch-package": "8.0.0", | ||||
|     "prettier": "3.6.2", | ||||
|     "ts-jest": "29.4.1", | ||||
|     "ts-jest": "29.4.2", | ||||
|     "typescript": "5.9.2" | ||||
|   }, | ||||
|   "overrides": { | ||||
|  | ||||
| @ -34,7 +34,7 @@ export async function setup(config: BuildScanConfig): Promise<void> { | ||||
|     // except if they are defined in the configuration
 | ||||
|     if (config.getBuildScanPublishEnabled()) { | ||||
|         maybeExportVariable('DEVELOCITY_INJECTION_ENABLED', 'true') | ||||
|         maybeExportVariable('DEVELOCITY_INJECTION_DEVELOCITY_PLUGIN_VERSION', '4.1.1') | ||||
|         maybeExportVariable('DEVELOCITY_INJECTION_DEVELOCITY_PLUGIN_VERSION', '4.2') | ||||
|         maybeExportVariable('DEVELOCITY_INJECTION_CCUD_PLUGIN_VERSION', '2.1') | ||||
|         maybeExportVariable('DEVELOCITY_INJECTION_TERMS_OF_USE_URL', config.getBuildScanTermsOfUseUrl()) | ||||
|         maybeExportVariable('DEVELOCITY_INJECTION_TERMS_OF_USE_AGREE', config.getBuildScanTermsOfUseAgree()) | ||||
|  | ||||
| @ -1,4 +1,8 @@ | ||||
| [ | ||||
|   { | ||||
|     "version": "9.1.0-rc-3", | ||||
|     "checksum": "76805e32c009c0cf0dd5d206bddc9fb22ea42e84db904b764f3047de095493f3" | ||||
|   }, | ||||
|   { | ||||
|     "version": "9.1.0-rc-2", | ||||
|     "checksum": "76805e32c009c0cf0dd5d206bddc9fb22ea42e84db904b764f3047de095493f3" | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| plugins { | ||||
|     id "com.gradle.develocity" version "4.1.1" | ||||
|     id "com.gradle.common-custom-user-data-gradle-plugin" version "2.3" | ||||
|     id "com.gradle.develocity" version "4.2" | ||||
|     id "com.gradle.common-custom-user-data-gradle-plugin" version "2.4.0" | ||||
| } | ||||
| 
 | ||||
| develocity { | ||||
|  | ||||
| @ -16,7 +16,7 @@ import java.nio.file.Files | ||||
| import java.util.zip.GZIPOutputStream | ||||
| 
 | ||||
| class BaseInitScriptTest extends Specification { | ||||
|     static final String DEVELOCITY_PLUGIN_VERSION = '4.1.1' | ||||
|     static final String DEVELOCITY_PLUGIN_VERSION = '4.2' | ||||
|     static final String CCUD_PLUGIN_VERSION = '2.1' | ||||
| 
 | ||||
|     static final TestGradleVersion GRADLE_3_X = new TestGradleVersion(GradleVersion.version('3.5.1'), 7, 9) | ||||
|  | ||||
| @ -248,7 +248,7 @@ task expectFailure { | ||||
|         when: | ||||
|         settingsFile.text = """ | ||||
|             plugins { | ||||
|                 id 'com.gradle.develocity' version '4.1.1' apply(false) | ||||
|                 id 'com.gradle.develocity' version '4.2' apply(false) | ||||
|             } | ||||
|             gradle.settingsEvaluated { | ||||
|                 apply plugin: 'com.gradle.develocity' | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jérôme Prinet
						Jérôme Prinet