mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
ci(java): dont create the gradle module metadata
its wrong and not really useful, will look into generating it again in the future
This commit is contained in:
parent
542ff29474
commit
acfcae22bc
1 changed files with 5 additions and 2 deletions
7
dist/java/build.gradle
vendored
7
dist/java/build.gradle
vendored
|
@ -48,9 +48,12 @@ processResources {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
generateMetadataFileForBinaryAndSourcesPublication.enabled = false
|
||||||
|
generateMetadataFileForBinaryPublication.enabled = false
|
||||||
|
|
||||||
import com.vanniktech.maven.publish.SonatypeHost
|
import com.vanniktech.maven.publish.SonatypeHost
|
||||||
mavenPublishing {
|
mavenPublishing {
|
||||||
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)
|
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
|
||||||
signAllPublications()
|
signAllPublications()
|
||||||
coordinates(project.group, rootProject.name, project.version)
|
coordinates(project.group, rootProject.name, project.version)
|
||||||
|
|
||||||
|
@ -78,4 +81,4 @@ mavenPublishing {
|
||||||
developerConnection = "scm:git:ssh://git@github.com/hexedtech/codemp.git"
|
developerConnection = "scm:git:ssh://git@github.com/hexedtech/codemp.git"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue