Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pluginManagement {

// check https://gradle.com/enterprise/releases with new versions. GE plugin version should not lag behind Gradle version
plugins {
id "com.gradle.enterprise" version "3.13" // 3.13 was the latest plugin version that the ASF hosted GE supports at time of commit
id "com.gradle.enterprise" version "3.14.1" // 3.14.1 was the latest plugin version that the ASF hosted GE supports at time of commit
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.11'
}

Expand Down