Skip to content

Commit

Permalink
Fix dependency missing from artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalek authored Mar 14, 2022
1 parent f3238cd commit 12e57a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ test {
publishing {
publications {
sonatype(MavenPublication) { publication ->
artifact jar
artifact sourcesJar
artifact javadocJar
from(components.findByName("java"))
pom {
name = 'Tradukisto'
description = 'Small java library created to convert numbers to their word representations'
Expand Down

0 comments on commit 12e57a5

Please sign in to comment.