5 lines
132 B
Plaintext
5 lines
132 B
Plaintext
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
|
}
|
|
rootProject.name = "response"
|
|
include("core") |