Skip to content

Commit

Permalink
Update gradle-conventions to 0.0.74 (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber committed May 22, 2024
1 parent c498523 commit d7bf066
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dokka = "1.9.20"

ejson = "1.0.9"

gradleConventions = "0.0.73"
gradleConventions = "0.0.74"

kotlin = "2.0.0"

Expand Down
5 changes: 0 additions & 5 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ pluginManagement {
}
gradlePluginPortal()
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") {
content {
includeGroupByRegex("org\\.jetbrains\\.compose.*")
}
}
}
}

Expand Down

0 comments on commit d7bf066

Please sign in to comment.