Skip to content

Commit bbb8465

Browse files
committed
Travis update: Jul 2025 (Build 930)
[skip ci]
1 parent 06ce5be commit bbb8465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ORG_GRADLE_PROJECT_mavenCentralPassword: $
1818
ORG_GRADLE_PROJECT_signingInMemoryKey: $
1919
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: $
20-
run: ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache --no-daemon
20+
run: chmod +x ./gradlew && ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache --no-daemon
2121

2222
on:
2323
push:

0 commit comments

Comments
 (0)