Skip to content

Commit

Permalink
fix group id of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed May 31, 2023
1 parent 243fab7 commit b749617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ allprojects {
def addDependencyNode = { dep, optional, scope ->
def dependencyNode = dependenciesNode.appendNode('dependency')
if (dep instanceof ProjectDependency) {
dependencyNode.appendNode('groupId', 'org.apache.tuweni')
dependencyNode.appendNode('groupId', 'io.tmio')
dependencyNode.appendNode('artifactId', rootProject.name + '-' + dep.name)
dependencyNode.appendNode('version', dep.version)
} else {
Expand Down

0 comments on commit b749617

Please sign in to comment.