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 78ee7a0 commit a36f4e0Copy full SHA for a36f4e0
java/libraries/dxf/build.gradle.kts
@@ -36,6 +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())
40
41
pom {
42
name.set("Processing DXF")
0 commit comments