Skip to content

Commit 8609d3c

Browse files
Update gradle
1 parent ec1921a commit 8609d3c

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

problem4j-core/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import com.diffplug.spotless.LineEnding
2-
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
3-
41
plugins {
52
id("internal.convention-java-library")
63
id("internal.convention-publishing")

settings.gradle.kts

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

11-
rootProject.name = "problem4j-core"
11+
// if rootProject.name matches project.name, it fails to generate output for nmcpZipAggregation task
12+
rootProject.name = "problem4j-root"
1213

1314
include(":problem4j-core")

0 commit comments

Comments
 (0)