Skip to content

Commit d1779c7

Browse files
Merge pull request #9 from mutualmobile/development
Fixed build issue
2 parents 6f964d1 + 54e5500 commit d1779c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cardstack/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ artifacts {
7575
}
7676

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

0 commit comments

Comments
 (0)