Skip to content

Commit

Permalink
fix: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Mar 22, 2019
1 parent 23c6a21 commit 34d9ff6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/verify-conditions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = async function verifyConditions(pluginConfig: object, context:
if (task === "") {
throw new Error("No task found that can publish artifacts");
}
// TODO confirm that version is not defined in build.gradle and other places. `gradle properties -q` will print effective version.
// TODO confirm that version is not defined in build.gradle and other places.
// `gradle properties -q` will print effective version.
logger.debug("Verified conditions, and found no problem");
};

0 comments on commit 34d9ff6

Please sign in to comment.