Skip to content

Commit 3c1b5b9

Browse files
committed
Bump version numbers for GE Gradle plugin and GE Maven extension
1 parent 3aee85e commit 3c1b5b9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The plugin needs to be applied in `settings.gradle`, alongside the `com.gradle.e
2727
```groovy
2828
plugins {
2929
// …
30-
id 'com.gradle.enterprise' version '3.5.2'
30+
id 'com.gradle.enterprise' version '3.6'
3131
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.2'
3232
// …
3333
}
@@ -40,7 +40,7 @@ The plugin needs to be applied in `build.gradle` of the root project, alongside
4040
```groovy
4141
plugins {
4242
// …
43-
id 'com.gradle.build-scan' version '3.5.2'
43+
id 'com.gradle.build-scan' version '3.6'
4444
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.2'
4545
// …
4646
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
17-
compileOnly 'com.gradle:gradle-enterprise-gradle-plugin:3.5.2'
17+
compileOnly 'com.gradle:gradle-enterprise-gradle-plugin:3.6'
1818
}
1919

2020
gradlePlugin {

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.gradle.enterprise' version '3.5.2'
2+
id 'com.gradle.enterprise' version '3.6'
33
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.2'
44
}
55

0 commit comments

Comments
 (0)