Skip to content

Commit

Permalink
Remove publish spec from gradle projects
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
  • Loading branch information
matthew1001 committed May 9, 2024
1 parent 0573d35 commit 59741c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions acceptance-tests/tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
plugins {
id 'org.web3j' version '4.11.1'
id 'org.web3j.solidity' version '0.4.1'
id 'maven-publish'
}

publishing {
publications {
mavenJava(MavenPublication) { artifactId 'acceptance-tests-tests' }
}
}

web3j { generatedPackageName = 'org.hyperledger.besu.tests.web3j.generated' }
Expand Down
7 changes: 0 additions & 7 deletions acceptance-tests/tests/shanghai/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
plugins {
id 'org.web3j' version '4.11.1'
id 'org.web3j.solidity' version '0.4.1'
id 'maven-publish'
}

publishing {
publications {
mavenJava(MavenPublication) { artifactId 'acceptance-tests-shanghai' }
}
}

web3j { generatedPackageName = 'org.hyperledger.besu.tests.web3j.generated' }
Expand Down

0 comments on commit 59741c7

Please sign in to comment.