We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f964d1 + 54e5500 commit d1779c7Copy full SHA for d1779c7
1 file changed
cardstack/build.gradle
@@ -75,6 +75,7 @@ artifacts {
75
}
76
77
// Fails in CI, un-comment only to deploy new binaries to Bintray
78
+/*
79
Properties properties = new Properties()
80
properties.load(project.rootProject.file('local.properties').newDataInputStream())
81
@@ -95,4 +96,4 @@ bintray {
95
96
publicDownloadNumbers = true
97
98
-apply plugin: 'maven'
99
+apply plugin: 'maven'*/
0 commit comments