We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4f60c commit a5b94bdCopy full SHA for a5b94bd
plugins/stage-vote-release-plugin/src/main/kotlin/com/github/vlsi/gradle/release/SvnmuccTask.kt
@@ -44,7 +44,7 @@ abstract class SvnmuccTask @Inject constructor() : DefaultTask() {
44
project.the<ReleaseExtension>().svnDist.url.get()
45
})
46
47
- @InputDirectory
+ @Internal
48
protected val projectDir = project.layout.projectDirectory
49
50
abstract fun operations(inputChanges: InputChanges): List<SvnOperation>
0 commit comments