Skip to content

Commit

Permalink
add resolver.
Browse files Browse the repository at this point in the history
  • Loading branch information
portlek committed Jul 29, 2024
1 parent 104406c commit d626cb7
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 d626cb7

Please sign in to comment.