2021-09-05 08:13:27 +00:00
|
|
|
rootProject.name = 'PpomppuNotifier'
|
2021-08-20 09:04:06 +00:00
|
|
|
|
2024-04-30 13:34:49 +00:00
|
|
|
//include 'reader'
|
|
|
|
//project(':reader').projectDir = "$rootDir/reader" as File
|
|
|
|
//include 'processor'
|
|
|
|
//project(':processor').projectDir = "$rootDir/processor" as File
|
|
|
|
//include 'writer'
|
|
|
|
//project(':writer').projectDir = "$rootDir/writer" as File
|
|
|
|
|
|
|
|
include 'shopping-crawler'
|
|
|
|
project(':shopping-crawler').projectDir = "$rootDir/shopping-crawler" as File
|
2021-08-20 09:04:06 +00:00
|
|
|
|
|
|
|
include 'support'
|
|
|
|
project(':support').projectDir = "$rootDir/support" as File
|