Skip to content

Commit 9de0f54

Browse files
committed
remove unroll annotation
1 parent af98ac1 commit 9de0f54

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

libs/javalib/src/mill/javalib/MavenPublishModule.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package mill.javalib
22

3-
import com.lihaoyi.unroll
43
import mill.*
54
import mill.api.*
65
import mill.javalib.PublishModule.PublishData
@@ -16,8 +15,8 @@ trait MavenPublishModule extends PublishModule, MavenWorkerSupport, SonatypeCred
1615
def publishMaven(
1716
username: String = "",
1817
password: String = "",
19-
@unroll sources: Boolean = true,
20-
@unroll docs: Boolean = true
18+
sources: Boolean = true,
19+
docs: Boolean = true
2120
): Task.Command[Unit] = Task.Command {
2221
val artifact = artifactMetadata()
2322
val credentials = getSonatypeCredentials(username, password)()

0 commit comments

Comments
 (0)