Fix artifacts groupId

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
Fabio Di Fabio
2023-10-05 10:11:14 +02:00
parent c1d89e8f18
commit 4aa2e475f3
8 changed files with 12 additions and 12 deletions

View File

@@ -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

View File

@@ -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'
)
}
}

View File

@@ -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'
)
}
}

View File

@@ -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'

View File

@@ -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'
)
}
}

View File

@@ -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'

View File

@@ -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'

View File

@@ -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'
)
}
}