We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f5fca commit 54e5500Copy full SHA for 54e5500
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