Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
matkt committed Nov 6, 2023
1 parent cdcd268 commit 31c18ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,11 @@ allprojects {

groupId = 'org.hyperledger.besu' // Updated groupId
artifactId = 'besu-verkle-trie' // Updated artifactId
version = project.version

version "${project.version}"
versionMapping {
usage('java-api') { fromResolutionOf('runtimeClasspath') }
usage('java-runtime') { fromResolutionResult() }
}
pom {
name = "Verkle Tries - ${project.name}"
description = 'VerkleTries'
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
version=0.0.1-SNAPSHOT

org.gradle.welcome=never

0 comments on commit 31c18ec

Please sign in to comment.