Skip to content

Commit

Permalink
feat: foojay resolver gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
darksaid98 committed Nov 7, 2023
1 parent 4e2bf4c commit 163b49a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
}
}

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

rootProject.name = "ExamplePlugin"

0 comments on commit 163b49a

Please sign in to comment.