We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db76f4 commit 7530446Copy full SHA for 7530446
java/libraries/dxf/build.gradle.kts
@@ -36,7 +36,7 @@ dependencies{
36
mavenPublishing {
37
publishToMavenCentral(com.vanniktech.maven.publish.SonatypeHost.CENTRAL_PORTAL, automaticRelease = true)
38
signAllPublications()
39
- coordinates("$group.java.libraries", name, version.toString())
+ coordinates("$group.core", name, version.toString())
40
41
pom {
42
name.set("Processing DXF")
0 commit comments