Skip to content

Commit ecce1e1

Browse files
committed
Upgrade to Gradle Enterprise Gradle Plugin 3.16.1
Closes gh-68
1 parent a0b5077 commit ecce1e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ compatibilityTest {
4949
gePlugin.groupId = 'com.gradle'
5050
gePlugin.artifactId = 'gradle-enterprise-gradle-plugin'
5151
gePlugin.versions = [
52-
'3.13.4',
53-
'3.12.6'
52+
'3.15.1',
53+
'3.14.1'
5454
]
5555
}
5656
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
version=0.0.15-SNAPSHOT
22

3-
gradleEnterprisePluginVersion=3.14.1
3+
gradleEnterprisePluginVersion=3.16.1
44
javaFormatVersion=0.0.39

0 commit comments

Comments
 (0)