Skip to content

Commit 980fd1e

Browse files
committed
chore: add foojay resolver to build
1 parent 978e335 commit 980fd1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

settings.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ pluginManagement {
3434
}
3535
}
3636

37+
plugins {
38+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
39+
}
40+
3741
rootProject.name = "npc-lib"
3842
include(
3943
":api",

0 commit comments

Comments
 (0)