Skip to content

Commit

Permalink
Upgrade to Gradle Enterprise Gradle Plugin 3.10
Browse files Browse the repository at this point in the history
Closes gh-47
  • Loading branch information
wilkinsona committed Jun 9, 2022
1 parent 6f9cadf commit 7aa721b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ compatibilityTest {
gePlugin.groupId = 'com.gradle'
gePlugin.artifactId = 'gradle-enterprise-gradle-plugin'
gePlugin.versions = [
'3.7.2',
'3.8.1'
'3.8.1',
'3.9'
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.0.10-SNAPSHOT

gradleEnterprisePluginVersion=3.9
gradleEnterprisePluginVersion=3.10.2
javaFormatVersion=0.0.31

0 comments on commit 7aa721b

Please sign in to comment.