Skip to content

Commit a8e82e0

Browse files
committed
Take 3 at avoiding uploading non public projects.
1 parent 41173ca commit a8e82e0

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ idea {
1313
}
1414
}
1515

16-
artifactoryPublish {
17-
skip = true
18-
}
16+
bintrayUpload.enabled = false
17+
artifactoryPublish.skip = true

examples/build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
subprojects {
2-
artifactoryPublish {
3-
skip = true
4-
}
2+
bintrayUpload.enabled = false
3+
artifactoryPublish.skip = true
54
}

0 commit comments

Comments
 (0)