Skip to content

Commit

Permalink
Remove wrong Jar import
Browse files Browse the repository at this point in the history
  • Loading branch information
kubode committed Aug 23, 2022
1 parent 41c2299 commit 5d40bb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
@@ -1,7 +1,5 @@
package buildsrc.convention

import org.gradle.jvm.tasks.Jar

plugins {
id("com.android.library")

Expand Down
Expand Up @@ -80,7 +80,7 @@ publishing {
description.set(provider { mavenDescription })
}

artifact(tasks.provider<Task>("javadocJar"))
artifact(tasks.provider<Jar>("javadocJar"))

signing.sign(this)
}
Expand Down

0 comments on commit 5d40bb2

Please sign in to comment.