mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
5 lines
338 B
Groovy
5 lines
338 B
Groovy
include 'student-python', 'course-creator-python'
|
|
include "educational-core:student"
|
|
project(":educational-core:student").projectDir = new File(rootDir, "../educational-core/student")
|
|
include "educational-core:course-creator"
|
|
project(":educational-core:course-creator").projectDir = new File(rootDir, "../educational-core/course-creator") |