10 lines
248 B
Groovy
10 lines
248 B
Groovy
/*
|
|
* This file was generated by the Gradle 'init' task.
|
|
*/
|
|
|
|
rootProject.name = 'akarin-parent'
|
|
include(':akarin-api')
|
|
include(':akarin')
|
|
project(':akarin-api').projectDir = file('Akarin-API')
|
|
project(':akarin').projectDir = file('Akarin-Server')
|