Skip to content

Commit 7fb28cb

Browse files
committed
Skip artifactoryPublish explicitly in sample applications
1 parent b5dad12 commit 7fb28cb

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

samples/fido-server-conformance-test-app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ dependencies {
6262

6363
}
6464

65+
artifactoryPublish {
66+
skip = true
67+
}
68+
6569
sonarqube {
6670
skipProject = true
6771
}

samples/lib/spa-angular-client/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ npm_run_build.mustRunAfter processResources
7171
// test is a Java task
7272
test.dependsOn npm_run_test
7373

74+
75+
artifactoryPublish {
76+
skip = true
77+
}
78+
7479
sonarqube {
7580
skipProject = true
7681
}

samples/spa/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ dependencies {
6868

6969
}
7070

71+
artifactoryPublish {
72+
skip = true
73+
}
74+
7175
sonarqube {
7276
skipProject = true
7377
}

0 commit comments

Comments
 (0)