Skip to content

Commit

Permalink
add missing bits to the maven publication
Browse files Browse the repository at this point in the history
  • Loading branch information
balda-rdx committed Oct 31, 2023
1 parent bf27043 commit 174b373
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions interop/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,21 @@ publishing {

from(components["java"])
pom {
name = "Radix Engine Toolkit"
description = "The Radix Engine Toolkit is a library that exposes a set of functions to help clients written in kotlin to compile and decompile transactions, perform SBOR encoding and decoding, derive virtual account and virtual badge addresses, and other functionalities"
url = "https://github.com/radixdlt/radix-engine-toolkit"
developers {
developer {
id = "0xOmarA"
name = "Omar Abdulla"
email = "[email protected]"
}
}
scm {
connection = "scm:git:git://github.com:radixdlt/radix-engine-toolkit.git"
developerConnection = "scm:git:ssh://github.com:radixdlt/radix-engine-toolkit.git"
url = "https://github.com/radixdlt/radix-engine-toolkit.git"
}
licenses {
license {
name = "Apache License, Version 2.0"
Expand Down

0 comments on commit 174b373

Please sign in to comment.