Skip to content

Commit

Permalink
Fix a wrong component name. Closes #20
Browse files Browse the repository at this point in the history
  • Loading branch information
Fi5t committed Apr 22, 2021
1 parent a55a433 commit bf00218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,4 @@ fabric.properties
.idea/caches/build_file_checksums.ser

.idea/
deploy.sh
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/PublishPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class PublishPlugin : Plugin<Project> {

publications {
create("release", MavenPublication::class.java) {
from(project.components.findByName("android"))
from(project.components.findByName("release"))

artifact(sourcesJar)

Expand Down

0 comments on commit bf00218

Please sign in to comment.