Skip to content

Commit dd58a88

Browse files
committed
Try workaround for failed publish
1 parent 46d62b4 commit dd58a88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

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

111+
signingTasks = tasks.withType(Sign)
111112
tasks.withType(AbstractPublishToMaven).configureEach{
112-
signingTasks = tasks.withType(Sign)
113113
mustRunAfter(signingTasks)
114114
}
115115

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
systemProp.jdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"
1616

17-
version=1.2.2-SNAPSHOT
17+
version=1.2.1-SNAPSHOT
1818
action.custom-1=install
1919
action.custom-1.args=--configure-on-demand -w -x check clean publishToMavenLocal
2020
action.custom-2=jacoco

0 commit comments

Comments
 (0)