summary refs log tree commit diff
path: root/settings.gradle
diff options
context:
space:
mode:
authorash lea <example@thisismyactual.email>2026-06-01 14:25:40 -0400
committerash lea <example@thisismyactual.email>2026-06-01 14:25:40 -0400
commit52b847653296f6e80fd68678b2a88ee9f560eaff (patch)
treeb52750d0b649f64a670552d1776e39f6a0a676d3 /settings.gradle
initial commit
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle9
1 files changed, 9 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
new file mode 100644
index 0000000..7a488e3
--- /dev/null
+++ b/settings.gradle
@@ -0,0 +1,9 @@
+pluginManagement {
+    repositories {
+        gradlePluginPortal()
+    }
+}
+
+plugins {
+    id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
+}