Skip to content

Commit be2fa40

Browse files
Renamed file.
1 parent 0e3a637 commit be2fa40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/autonomousapps/internal/outputDirectories.kt src/main/kotlin/com/autonomousapps/internal/OutputPaths.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package com.autonomousapps.internal
22

33
import org.gradle.api.Project
44

5-
const val ROOT_DIR = "reports/dependency-analysis"
5+
internal const val ROOT_DIR = "reports/dependency-analysis"
66

77
internal class OutputPaths(private val project: Project, variantName: String) {
88

0 commit comments

Comments
 (0)