aboutsummaryrefslogtreecommitdiffstats
path: root/demo_gradle/settings.gradle
diff options
context:
space:
mode:
authorSebastian Schuberth <sschuberth@users.noreply.github.com>2024-06-23 21:59:16 +0200
committerGitHub <noreply@github.com>2024-06-23 22:59:16 +0300
commitacf0a9f26190c49f508c5b187e9f2c671874d90d (patch)
tree51bb14d9e752983b752c1da97ec8910f5160d0c7 /demo_gradle/settings.gradle
parent1f303dafb976fb9121da871973a293d09fdee755 (diff)
downloadpf4j-acf0a9f26190c49f508c5b187e9f2c671874d90d.tar.gz
pf4j-acf0a9f26190c49f508c5b187e9f2c671874d90d.zip
Consolidate demo projects in the "demo" directory (#584)
Diffstat (limited to 'demo_gradle/settings.gradle')
-rw-r--r--demo_gradle/settings.gradle8
1 files changed, 0 insertions, 8 deletions
diff --git a/demo_gradle/settings.gradle b/demo_gradle/settings.gradle
deleted file mode 100644
index 828e80a..0000000
--- a/demo_gradle/settings.gradle
+++ /dev/null
@@ -1,8 +0,0 @@
-include 'api'
-include 'app'
-
-include 'plugins'
-
-include 'plugins:plugin1'
-include 'plugins:plugin2'
-include 'plugins:plugin3'