Skip to content

Commit 004865b

Browse files
committed
Modernization Phase 2.6: Fix CommitLockTask rootDirPath annotation
Change rootDirPath from @input to @internal since it's a configuration value (project directory path) used for git commands, not a build input that affects task outputs
1 parent cabded7 commit 004865b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/nebula/plugin/dependencylock/tasks/CommitLockTask.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ abstract class CommitLockTask extends AbstractLockTask {
5555
@Optional
5656
abstract Property<Integer> getRemoteRetries()
5757

58-
@Input
58+
@Internal
5959
abstract Property<String> getRootDirPath()
6060

6161
private final ExecOperations execOperations

0 commit comments

Comments
 (0)