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.
2 parents 6b6a6ba + 13aa364 commit 5b3ee28Copy full SHA for 5b3ee28
stone.gradle
@@ -125,7 +125,7 @@ project.sourceSets.all { SourceSet sourceSet ->
125
def getSpecFiles = { fileTree(dir: specDir, include: '**/*.stone') }
126
127
inputs.dir { project.fileTree(dir: generatorDir, exclude: '**/*.pyc') }
128
- inputs.sourceDir getSpecFiles
+ inputs.dir(getSpecFiles).skipWhenEmpty = true
129
inputs.property "config", { new groovy.json.JsonBuilder(config).toString() }
130
outputs.dir { outputDir }
131
0 commit comments