Rename artifacts group it to linea-besu and remove uneeded stuff

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
Fabio Di Fabio
2023-10-04 18:27:18 +02:00
parent 0096356936
commit 5ff9889efc
8 changed files with 11 additions and 61 deletions

View File

@@ -23,7 +23,7 @@ jar {
'Specification-Version': project.version,
'Implementation-Title': archiveBaseName,
'Implementation-Version': calculateVersion(),
'Automatic-Module-Name': 'org.hyperledger.besu.datatypes'
'Automatic-Module-Name': 'com.consensys.linea-besu.datatypes'
)
}
}
@@ -48,7 +48,7 @@ configurations { testArtifacts }
publishing {
publications {
mavenJava(MavenPublication) {
groupId 'org.hyperledger.besu'
groupId 'com.consensys.linea-besu'
artifactId 'besu-datatypes'
pom {
name = 'Besu Datatypes'