Skip to content

Commit

Permalink
Upgrade to Gradle Enterprise Gradle Plugin 3.16.1
Browse files Browse the repository at this point in the history
Closes gh-68
  • Loading branch information
wilkinsona committed Jan 16, 2024
1 parent a0b5077 commit ecce1e1
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.13.4',
'3.12.6'
'3.15.1',
'3.14.1'
]
}
}
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.15-SNAPSHOT

gradleEnterprisePluginVersion=3.14.1
gradleEnterprisePluginVersion=3.16.1
javaFormatVersion=0.0.39

0 comments on commit ecce1e1

Please sign in to comment.