Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr3zee committed Sep 12, 2024
1 parent 40ff647 commit 7f86ae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ gradle.rootProject {
buildDepsEap()
} else {
mavenCentral()
gradlePluginPortal()
maven("https://www.jetbrains.com/intellij-repository/releases")
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
maven("https://maven.pkg.jetbrains.space/public/p/ktor/eap")
Expand Down
2 changes: 2 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ pluginManagement {

includeBuild("gradle-plugin")

apply(from = "gradle-conventions-settings/src/main/kotlin/conventions-repositories.settings.gradle.kts")

resolutionStrategy {
eachPlugin {
if (requested.id.id == "kotlinx-atomicfu") {
Expand Down

0 comments on commit 7f86ae7

Please sign in to comment.