Skip to content

Commit bed2ad2

Browse files
author
Mustafa Ali
committed
Fixed build failure
1 parent 8bd8c11 commit bed2ad2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cardstack/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ artifacts {
7474
archives sourcesJar
7575
}
7676

77+
/* Fails in CI, un-comment only to deploy new binaries to Bintray
7778
Properties properties = new Properties()
7879
properties.load(project.rootProject.file('local.properties').newDataInputStream())
7980
@@ -94,4 +95,5 @@ bintray {
9495
publicDownloadNumbers = true
9596
}
9697
}
97-
apply plugin: 'maven'
98+
apply plugin: 'maven'
99+
*/

0 commit comments

Comments
 (0)