We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
signMavenJavaPublication
1 parent 45c74fb commit e9a2cbcCopy full SHA for e9a2cbc
2 files changed
.github/workflows/gradle.yml
@@ -22,4 +22,4 @@ jobs:
22
java-version: 8
23
cache: 'gradle'
24
- name: Build with Gradle
25
- run: ./gradlew clean build -x signMavenJavaPublication -x test -x checkstyleTest
+ run: ./gradlew clean build -x test -x checkstyleTest
azure-pipelines.yml
@@ -42,7 +42,7 @@ jobs:
42
jdkArchitectureOption: 'x64'
43
publishJUnitResults: true
44
tasks: 'build'
45
- options: 'uiAutomationTest -x checkstyleTest -x test -x signMavenJavaPublication'
+ options: 'uiAutomationTest -x checkstyleTest -x test'
46
- job: iOS_E2E_Tests
47
# timeoutInMinutes: '90'
48
steps:
@@ -60,4 +60,4 @@ jobs:
60
61
62
63
- options: 'xcuiTest -x checkstyleTest -x test -x signMavenJavaPublication'
+ options: 'xcuiTest -x checkstyleTest -x test'
0 commit comments