mirror of
				https://hub.gitmirror.com/https://github.com/gradle/actions.git
				synced 2025-10-27 16:09:59 +08:00 
			
		
		
		
	![dependabot[bot]](/assets/img/avatar_default.png) bda2083996
			
		
	
	
		bda2083996
		
			
		
	
	
	
	
		
			
			Bumps the gradle group with 1 update in the /.github/workflow-samples/groovy-dsl directory: com.gradle.common-custom-user-data-gradle-plugin. Bumps the gradle group with 1 update in the /.github/workflow-samples/kotlin-dsl directory: com.gradle.common-custom-user-data-gradle-plugin. Bumps the gradle group with 1 update in the /sources/test/init-scripts directory: com.gradle.common-custom-user-data-gradle-plugin. Updates `com.gradle.common-custom-user-data-gradle-plugin` from 2.3 to 2.4.0 Updates `com.gradle.common-custom-user-data-gradle-plugin` from 2.3 to 2.4.0 Updates `com.gradle.common-custom-user-data-gradle-plugin` from 2.3 to 2.4.0 --- updated-dependencies: - dependency-name: com.gradle.common-custom-user-data-gradle-plugin dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.gradle.common-custom-user-data-gradle-plugin dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: com.gradle.common-custom-user-data-gradle-plugin dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			339 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			339 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
| plugins {
 | |
|     id "com.gradle.develocity" version "4.1.1"
 | |
|     id "com.gradle.common-custom-user-data-gradle-plugin" version "2.4.0"
 | |
| }
 | |
| 
 | |
| develocity {
 | |
|     buildScan {
 | |
|         termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
 | |
|         termsOfUseAgree = "yes"
 | |
|         uploadInBackground = false
 | |
|     }
 | |
| }
 | |
| rootProject.name = 'groovy-dsl'
 |