Skip to content

Commit

Permalink
Bump up Gradle Enterprise plugin dependencies (#4926)
Browse files Browse the repository at this point in the history
  • Loading branch information
jprinet committed Jan 17, 2022
1 parent 8186795 commit af7cec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/settings.gradle
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath "gradle.plugin.ch.myniva.gradle:s3-build-cache:0.10.0"
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.8"
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.8.1"
classpath "com.gradle:common-custom-user-data-gradle-plugin:1.6.2"
}
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Expand Up @@ -5,7 +5,7 @@ buildscript {
}
}
dependencies {
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.8"
classpath "com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.8.1"
classpath "com.gradle:common-custom-user-data-gradle-plugin:1.6.2"
}
}
Expand Down

0 comments on commit af7cec0

Please sign in to comment.