File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ subprojects {
124124 extensions.configure<PublishingExtension > {
125125 publications.create<MavenPublication >(" maven" ) {
126126 artifactId = project.name
127- groupId = " dev.faststats.metrics.java$javaVersion "
127+ groupId = " dev.faststats.metrics.java- $javaVersion "
128128
129129 pom {
130130 url.set(" https://faststats.dev/docs" )
@@ -143,7 +143,7 @@ subprojects {
143143 downgradedVersions[project.name]?.forEach { javaVersion ->
144144 publications.create<MavenPublication >(" mavenJava${javaVersion} " ) {
145145 artifactId = project.name
146- groupId = " dev.faststats.metrics.java$javaVersion "
146+ groupId = " dev.faststats.metrics.java- $javaVersion "
147147
148148 pom {
149149 url.set(" https://faststats.dev/docs" )
You can’t perform that action at this time.
0 commit comments