Skip to content

Commit

Permalink
ci(java): dont create the gradle module metadata
Browse files Browse the repository at this point in the history
its wrong and not really useful, will look into generating it again in
the future
  • Loading branch information
alemidev committed Sep 18, 2024
1 parent 542ff29 commit acfcae2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dist/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,12 @@ processResources {
}
}

generateMetadataFileForBinaryAndSourcesPublication.enabled = false
generateMetadataFileForBinaryPublication.enabled = false

import com.vanniktech.maven.publish.SonatypeHost
mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
signAllPublications()
coordinates(project.group, rootProject.name, project.version)

Expand Down Expand Up @@ -78,4 +81,4 @@ mavenPublishing {
developerConnection = "scm:git:ssh://git@github.com/hexedtech/codemp.git"
}
}
}
}

0 comments on commit acfcae2

Please sign in to comment.