Skip to content

Commit

Permalink
Update settings plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
deepy committed Feb 3, 2024
1 parent 92e1d21 commit 78f8357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("com.gradle.enterprise") version("3.14.1")
id("com.gradle.common-custom-user-data-gradle-plugin") version("1.11.1")
id("com.gradle.enterprise") version("3.16.2")
id("com.gradle.common-custom-user-data-gradle-plugin") version("1.12.1")
}

val isCI = System.getenv().containsKey("CI")
Expand Down

0 comments on commit 78f8357

Please sign in to comment.