Skip to content

Commit a5b94bd

Browse files
committed
chore: avoid excessive dependency from SvnmuccTask on projectDir
1 parent 4e4f60c commit a5b94bd

File tree

1 file changed

+1
-1
lines changed
  • plugins/stage-vote-release-plugin/src/main/kotlin/com/github/vlsi/gradle/release

1 file changed

+1
-1
lines changed

plugins/stage-vote-release-plugin/src/main/kotlin/com/github/vlsi/gradle/release/SvnmuccTask.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ abstract class SvnmuccTask @Inject constructor() : DefaultTask() {
4444
project.the<ReleaseExtension>().svnDist.url.get()
4545
})
4646

47-
@InputDirectory
47+
@Internal
4848
protected val projectDir = project.layout.projectDirectory
4949

5050
abstract fun operations(inputChanges: InputChanges): List<SvnOperation>

0 commit comments

Comments
 (0)