File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/io/github/git/commit/id/gradle/plugin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333import org .gradle .api .plugins .ExtensionAware ;
3434import org .gradle .api .tasks .CacheableTask ;
3535import org .gradle .api .tasks .InputDirectory ;
36- import org .gradle .api .tasks .InputFile ;
3736import org .gradle .api .tasks .Internal ;
37+ import org .gradle .api .tasks .OutputFile ;
3838import org .gradle .api .tasks .PathSensitive ;
3939import org .gradle .api .tasks .PathSensitivity ;
4040import org .gradle .api .tasks .TaskAction ;
@@ -118,7 +118,7 @@ public DirectoryProperty getInput() {
118118 * The optional "properties" file that can be used to store the generated
119119 * properties in a file.
120120 */
121- @ InputFile
121+ @ OutputFile
122122 public RegularFileProperty getOutput () {
123123 return getGitCommitIdPluginOutputSettingsExtension ().getOutputFile ();
124124 }
You can’t perform that action at this time.
0 commit comments