Skip to content

Commit

Permalink
downgrade gradle to 7.0.1 (#15576)
Browse files Browse the repository at this point in the history
updates #15359
  • Loading branch information
atomfrede authored Jul 6, 2021
1 parent afa7cdc commit 2abe1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/generator-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const NODE_VERSION = '14.17.1';
const NPM_VERSION = commonPackageJson.devDependencies.npm;
const OPENAPI_GENERATOR_CLI_VERSION = '1.0.13-4.3.1';

const GRADLE_VERSION = '7.1.1';
const GRADLE_VERSION = '7.0.2';
const JIB_VERSION = '3.1.1';

// Libraries version
Expand Down

0 comments on commit 2abe1e0

Please sign in to comment.