Skip to content

Commit

Permalink
Merge pull request #1741 from gradle/combined-prs-branch
Browse files Browse the repository at this point in the history
Combined PRs
  • Loading branch information
erichaagdev authored Jan 22, 2025
2 parents ae1356a + d2166a1 commit 6c078a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'com.gradle.develocity' version '3.19'
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.0.2'
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.1'
}

def isCI = System.getenv('CI') != null // adjust to your CI provider
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("com.gradle.develocity") version "3.19"
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0.2"
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.1"
}

val isCI = System.getenv("CI") != null // adjust to your CI provider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
dependencies {
// must not be newer than 1.16 to be compatible with Gradle 2.x - 4.x
implementation "com.gradle:build-scan-plugin:1.16"
implementation 'com.gradle:common-custom-user-data-gradle-plugin:2.0.2'
implementation 'com.gradle:common-custom-user-data-gradle-plugin:2.1'
}

java {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {

dependencies {
implementation 'com.gradle:develocity-gradle-plugin:3.19'
implementation 'com.gradle:common-custom-user-data-gradle-plugin:2.0.2'
implementation 'com.gradle:common-custom-user-data-gradle-plugin:2.1'
}

java {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {

dependencies {
implementation("com.gradle:develocity-gradle-plugin:3.19")
implementation("com.gradle:common-custom-user-data-gradle-plugin:2.0.2")
implementation("com.gradle:common-custom-user-data-gradle-plugin:2.1")
implementation(project(":convention-develocity-common"))
}

Expand Down

0 comments on commit 6c078a5

Please sign in to comment.