PpomppuNotifier/settings.gradle

15 lines
360 B
Groovy
Raw Permalink Normal View History

2021-09-05 08:13:27 +00:00
rootProject.name = 'PpomppuNotifier'
2021-08-20 09:04:06 +00:00
include 'receiver'
project(':receiver').projectDir = "$rootDir/receiver" as File
include 'processor'
project(':processor').projectDir = "$rootDir/processor" as File
include 'sender'
project(':sender').projectDir = "$rootDir/sender" as File
include 'support'
project(':support').projectDir = "$rootDir/support" as File