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 8bd8c11 commit bed2ad2Copy full SHA for bed2ad2
cardstack/build.gradle
@@ -74,6 +74,7 @@ artifacts {
74
archives sourcesJar
75
}
76
77
+/* Fails in CI, un-comment only to deploy new binaries to Bintray
78
Properties properties = new Properties()
79
properties.load(project.rootProject.file('local.properties').newDataInputStream())
80
@@ -94,4 +95,5 @@ bintray {
94
95
publicDownloadNumbers = true
96
97
-apply plugin: 'maven'
98
+apply plugin: 'maven'
99
+*/
0 commit comments