Skip to content

Commit 5e91041

Browse files
committed
Try workaround for failed publish
1 parent dd58a88 commit 5e91041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ dependencies {
108108
testImplementation "org.mockito:mockito-inline:5.2.0"
109109
}
110110

111-
signingTasks = tasks.withType(Sign)
111+
def signingTasks = tasks.withType(Sign)
112112
tasks.withType(AbstractPublishToMaven).configureEach{
113113
mustRunAfter(signingTasks)
114114
}

0 commit comments

Comments
 (0)