Skip to content

Commit 999f38f

Browse files
committed
Upgrade to Gradle Enterprise Gradle Plugin 3.14.1
Closes gh-63
1 parent 66ec189 commit 999f38f

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.10.2',
53-
'3.11.1'
52+
'3.13.4',
53+
'3.12.6'
5454
]
5555
}
5656
}

gradle.properties

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

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

0 commit comments

Comments
 (0)