Skip to content

Commit

Permalink
Try fixing plugins publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Stępniewski committed Jun 28, 2021
1 parent cc4d557 commit 4092c66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-to-plugin-portal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@ jobs:
if: startsWith(github.ref, 'refs/tags/jacoco-android-release')
run: |
./gradlew \
-Dgradle.publish.key=$GRADLE_PUBLISH_KEY \
-Dgradle.publish.secret=$GRADLE_PUBLISH_SECRET \
currentVersion \
publishPlugins
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ task sourcesJar(type: Jar) {

publishing {
publications {
mavenJava(MavenPublication) {
from(components.java)
plugin(MavenPublication) {
from components.java

artifact sourcesJar
}
Expand Down

0 comments on commit 4092c66

Please sign in to comment.