Skip to content

Commit

Permalink
apply foojay-resolver plugin for build-logic (#3507)
Browse files Browse the repository at this point in the history
  • Loading branch information
atyrin committed Feb 29, 2024
1 parent 1dec220 commit f7d65b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-logic/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ dependencyResolutionManagement {
}
}
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
}
4 changes: 4 additions & 0 deletions build-settings-logic/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ dependencyResolutionManagement {
}
}
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
}

0 comments on commit f7d65b3

Please sign in to comment.