mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-09 13:58:02 -05:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user