Skip to content

Commit

Permalink
Merge pull request #75 from jjohannes/fix-pretty-json
Browse files Browse the repository at this point in the history
Make the 'prettyJson' option work
  • Loading branch information
gtebrean authored Aug 12, 2024
2 parents e8e4c27 + f34df81 commit 5b72664
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Bug Fixes

*
* Fix `prettyJson = true` option [#75](https://github.com/hyperledger/web3j-solidity-gradle-plugin/pull/75)

### Features

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ class SolidityCompile extends SourceTask {

if (prettyJson) {
options.add('--pretty-json')
options.add(options.add("--$OutputComponent.ASM_JSON"))
}

if (ignoreMissing) {
Expand Down

0 comments on commit 5b72664

Please sign in to comment.