Skip to content

Commit

Permalink
Merge pull request #83 from hyperledger/fix_build
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
gtebrean authored Aug 14, 2024
2 parents dcd81a8 + fce4366 commit db41aa7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions 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 local build [#83](https://github.com/hyperledger/web3j-unit/pull/83)

### Features

Expand Down
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
buildscript{
repositories{
jcenter()
}
}

plugins {
id 'java'
id 'idea'
id 'jacoco'
id 'com.jfrog.bintray' version '1.8.4'
id 'com.jfrog.bintray' version '1.8.5'
id 'com.diffplug.spotless' version '6.25.0'
id 'io.codearte.nexus-staging' version '0.30.0'
id 'de.marcphilipp.nexus-publish' version '0.4.0'
Expand Down

0 comments on commit db41aa7

Please sign in to comment.