Skip to content

Commit 7fd5dd1

Browse files
fix build.gradle part 3
1 parent beeac69 commit 7fd5dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/scripts/uploadToMavenCentralPortal.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if (project.hasProperty('mavenCentralUser') && project.hasProperty('mavenCentral
6161
}
6262

6363
removeTestDependenciesFromPom(pom)
64-
groupId = group
64+
groupId = 'com.github.ie3-institute'
6565
artifactId = 'MobilitySimulator'
6666
version = versionString
6767

0 commit comments

Comments
 (0)