Skip to content

Commit fa5335e

Browse files
Update settings.gradle.kts
1 parent 5382c68 commit fa5335e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

settings.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ plugins {
88
id("org.gradle.toolchains.foojay-resolver-convention").version("1.0.0")
99
}
1010

11-
// if rootProject.name matches project.name, it fails to generate output for nmcpZipAggregation task
12-
rootProject.name = "problem4j-root"
11+
// if rootProject.name matches project.name, it fails to generate output for nmcpZipAggregation task, it's probably
12+
// because there's only one submodule
13+
rootProject.name = "problem4j-core-root"
1314

1415
include(":problem4j-core")

0 commit comments

Comments
 (0)