We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5e265 commit 4fa94ceCopy full SHA for 4fa94ce
scalalib/src/mill/javalib/android/AndroidLibModule.scala
@@ -26,9 +26,9 @@ trait AndroidLibModule extends AndroidModule with PublishModule {
26
pomPackagingType match {
27
case PackagingType.Pom => Task.Anon(Seq())
28
case _ => Task.Anon(Seq(
29
- (androidAar(), PublishInfo.aar _),
30
- (sourceJar(), PublishInfo.sourcesJar _),
31
- (docJar(), PublishInfo.docJar _)
+ (androidAar(), PublishInfo.aar),
+ (sourceJar(), PublishInfo.sourcesJar),
+ (docJar(), PublishInfo.docJar)
32
))
33
}
34
0 commit comments