Publish Gradle module artifacts (#8752)
This commit is contained in:
5
.github/release-files-spec.json
vendored
5
.github/release-files-spec.json
vendored
@@ -22,6 +22,11 @@
|
||||
"name": {
|
||||
"$match": "*.jar"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": {
|
||||
"$match": "*.module"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
apply plugin: 'maven-publish'
|
||||
apply plugin: 'com.jfrog.artifactory'
|
||||
|
||||
tasks.withType(GenerateModuleMetadata) {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
|
||||
Reference in New Issue
Block a user