Skip to content

Commit

Permalink
Publish Gradle module artifacts (#8752)
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Oct 9, 2023
1 parent af609ca commit 098ba3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/release-files-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
"name": {
"$match": "*.jar"
}
},
{
"name": {
"$match": "*.module"
}
}
]
}
Expand Down
4 changes: 0 additions & 4 deletions gradle/publish-maven.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.artifactory'

tasks.withType(GenerateModuleMetadata) {
enabled = false
}

publishing {
publications {
mavenJava(MavenPublication) {
Expand Down

0 comments on commit 098ba3e

Please sign in to comment.