Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiaaming committed May 28, 2024
1 parent db0d9c3 commit 1c07050
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export class GradleWrapper implements GradleExecution {
try {
const jdkPath = getConfigJavaImportGradleJavaHome();
const env = jdkPath ? { ...process.env, JAVA_HOME: jdkPath } : process.env;

const { stdout, stderr } = await execAsync(command, { cwd: this.projectRoot, env });
if (stderr) {
logger.warn(stderr);
Expand Down

0 comments on commit 1c07050

Please sign in to comment.