10 lines
141 B
Text
10 lines
141 B
Text
|
rootProject.name = "helse-sprik"
|
||
|
|
||
|
pluginManagement {
|
||
|
repositories {
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|
||
|
|
||
|
include("frontend", "backend")
|