mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 15:13:58 -05:00
Fix artifacts groupId
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
@@ -36,7 +36,7 @@ if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)) {
|
||||
" Detected version ${JavaVersion.current()}")
|
||||
}
|
||||
|
||||
group = 'com.consensys.linea-besu'
|
||||
group = 'io.consensys.linea-besu'
|
||||
|
||||
defaultTasks 'build', 'checkLicenses', 'javadoc'
|
||||
|
||||
@@ -397,7 +397,7 @@ subprojects {
|
||||
}
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
groupId "com.consensys.linea-besu.internal"
|
||||
groupId "io.consensys.linea-besu.internal"
|
||||
version "${project.version}"
|
||||
if (sourceSetIsPopulated("main")) {
|
||||
from components.java
|
||||
|
||||
@@ -23,7 +23,7 @@ jar {
|
||||
'Specification-Version': project.version,
|
||||
'Implementation-Title': archiveBaseName,
|
||||
'Implementation-Version': calculateVersion(),
|
||||
'Automatic-Module-Name': 'com.consensys.linea-besu.internal.crypto'
|
||||
'Automatic-Module-Name': 'io.consensys.linea-besu.internal.crypto'
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@ jar {
|
||||
'Specification-Version': project.version,
|
||||
'Implementation-Title': archiveBaseName,
|
||||
'Implementation-Version': calculateVersion(),
|
||||
'Automatic-Module-Name': 'com.consensys.linea-besu.internal.crypto'
|
||||
'Automatic-Module-Name': 'io.consensys.linea-besu.internal.crypto'
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@ jar {
|
||||
'Specification-Version': project.version,
|
||||
'Implementation-Title': archiveBaseName,
|
||||
'Implementation-Version': calculateVersion(),
|
||||
'Automatic-Module-Name': 'com.consensys.linea-besu.datatypes'
|
||||
'Automatic-Module-Name': 'io.consensys.linea-besu.datatypes'
|
||||
)
|
||||
}
|
||||
}
|
||||
@@ -48,7 +48,7 @@ configurations { testArtifacts }
|
||||
publishing {
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
groupId 'com.consensys.linea-besu'
|
||||
groupId 'io.consensys.linea-besu'
|
||||
artifactId 'besu-datatypes'
|
||||
pom {
|
||||
name = 'Besu Datatypes'
|
||||
|
||||
@@ -23,7 +23,7 @@ jar {
|
||||
'Specification-Version': project.version,
|
||||
'Implementation-Title': archiveBaseName,
|
||||
'Implementation-Version': calculateVersion(),
|
||||
'Automatic-Module-Name': 'com.consensys.linea-besu.internal.rlp'
|
||||
'Automatic-Module-Name': 'io.consensys.linea-besu.internal.rlp'
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ jar {
|
||||
'Specification-Version': project.version,
|
||||
'Implementation-Title': archiveBaseName,
|
||||
'Implementation-Version': calculateVersion(),
|
||||
'Automatic-Module-Name': 'com.consensys.linea-besu.evm'
|
||||
'Automatic-Module-Name': 'io.consensys.linea-besu.evm'
|
||||
)
|
||||
}
|
||||
}
|
||||
@@ -61,7 +61,7 @@ dependencies {
|
||||
publishing {
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
groupId 'com.consensys.linea-besu'
|
||||
groupId 'io.consensys.linea-besu'
|
||||
pom {
|
||||
name = 'Besu EVM'
|
||||
description = 'EVM Engine component'
|
||||
|
||||
@@ -22,7 +22,7 @@ jar {
|
||||
'Specification-Version': project.version,
|
||||
'Implementation-Title': archiveBaseName,
|
||||
'Implementation-Version': calculateVersion(),
|
||||
'Automatic-Module-Name': 'com.consensys.linea-besu.plugin.api'
|
||||
'Automatic-Module-Name': 'io.consensys.linea-besu.plugin.api'
|
||||
)
|
||||
}
|
||||
}
|
||||
@@ -76,7 +76,7 @@ check.dependsOn('checkAPIChanges')
|
||||
publishing {
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
groupId 'com.consensys.linea-besu'
|
||||
groupId 'io.consensys.linea-besu'
|
||||
pom {
|
||||
name = 'Besu Plugins Library'
|
||||
description = 'Core Plugins Libraries for Besu'
|
||||
|
||||
@@ -23,7 +23,7 @@ jar {
|
||||
'Specification-Version': project.version,
|
||||
'Implementation-Title': archiveBaseName,
|
||||
'Implementation-Version': calculateVersion(),
|
||||
'Automatic-Module-Name': 'com.consensys.linea-besu.internal.util'
|
||||
'Automatic-Module-Name': 'io.consensys.linea-besu.internal.util'
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user