Skip to content

Commit

Permalink
fix: hedera-evm and hedera-evm-impl are overwriting each other in MC (#…
Browse files Browse the repository at this point in the history
…15175)

Signed-off-by: Roger Barker <[email protected]>
Signed-off-by: Roger Barker <[email protected]>
Co-authored-by: Nathan Klick <[email protected]>
  • Loading branch information
rbarkerSL and nathanklick authored Aug 28, 2024
1 parent cd9935b commit a70ca00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ tasks.withType<PublishToMavenRepository>().configureEach {
publishing {
publications {
named<MavenPublication>("maven") {
artifactId = "hedera-evm"
pom.developers {
developer {
name = "Hedera Base Team"
Expand Down
5 changes: 1 addition & 4 deletions hedera-node/hedera-evm-impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
* limitations under the License.
*/

plugins {
id("com.hedera.gradle.evm")
id("com.hedera.gradle.evm-publish")
}
plugins { id("com.hedera.gradle.evm") }

description = "Hedera EVM - Implementation"

0 comments on commit a70ca00

Please sign in to comment.