Skip to content

Commit 4b157e6

Browse files
committed
Add comment
1 parent 6c70002 commit 4b157e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nmcp/src/main/kotlin/nmcp/internal/DefaultNmcpExtension.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ import org.gradle.api.publish.maven.MavenPublication
1212
internal abstract class DefaultNmcpExtension(private val project: Project): NmcpExtension {
1313
private var centralPortalConfigured = false
1414
private val m2Dir = project.layout.buildDirectory.file("nmcp/m2")
15+
16+
// TODO: it's not clear whether we need that while we could simply resolve the project artifacts
1517
private val m2Files = project.files()
1618
private val cleanupRepository = project.registerCleanupDirectoryTask(directory = m2Dir.map { it.asFile.absolutePath })
1719

0 commit comments

Comments
 (0)