Skip to content

Commit c3ab16d

Browse files
Explain rootProject.name change
1 parent f7aed1a commit c3ab16d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +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, it's probably
12-
// because there's only one submodule
11+
// If rootProject.name matches project.name, it fails to generate output for nmcpZipAggregation task - two modules must
12+
// not have the same name (with root included). That's the reason for rootProject.name not matching repository name.
1313
rootProject.name = "problem4j-core-root"
1414

1515
include(":problem4j-core")

0 commit comments

Comments
 (0)