Publish Gradle module artifacts (#8752)

This commit is contained in:
Artem Bilan
2023-10-09 16:05:25 -04:00
committed by GitHub
parent af609cac79
commit 098ba3e495
2 changed files with 5 additions and 4 deletions

View File

@@ -22,6 +22,11 @@
"name": {
"$match": "*.jar"
}
},
{
"name": {
"$match": "*.module"
}
}
]
}

View File

@@ -1,10 +1,6 @@
apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.artifactory'
tasks.withType(GenerateModuleMetadata) {
enabled = false
}
publishing {
publications {
mavenJava(MavenPublication) {