Skip to content

Commit

Permalink
add resolver. (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
portlek authored Jul 29, 2024
1 parent 212cf0c commit 9f7987c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildSrc/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
plugins { id("org.gradle.toolchains.foojay-resolver-convention") }

dependencyResolutionManagement {
versionCatalogs { create("libs") { from(files("../gradle/libs.versions.toml")) } }
}

0 comments on commit 9f7987c

Please sign in to comment.