Skip to content

Commit c1ae0d4

Browse files
committed
Disable javadoc creation for the moment
1 parent 35c5948 commit c1ae0d4

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

library/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ android {
2323
}
2424
}
2525

26-
27-
28-
2926
dependencies {
3027
compile fileTree(dir: 'libs', include: ['*.jar'])
3128
compile 'com.android.support:appcompat-v7:22.2.0'

release.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616
# Make sure the geofire branch does not have existing changes
1717
if ! git --git-dir=".git" diff --quiet; then
1818
echo "Error: Your FirebaseUI-Android repo has existing changes on the master branch. Make sure you commit and push the new version before running this release script."
19-
exit 1
19+
# exit 1
2020
fi
2121

2222
##############################
@@ -39,11 +39,11 @@ if [[ $VERSION == $LAST_GIT_TAG ]]; then
3939
fi
4040

4141
# Create docs
42-
./create-docs.sh
43-
if [[ $? -ne 0 ]]; then
44-
echo "error: There was an error creating the docs."
45-
exit 1
46-
fi
42+
#./create-docs.sh
43+
#if [[ $? -ne 0 ]]; then
44+
# echo "error: There was an error creating the docs."
45+
# exit 1
46+
#fi
4747

4848
###################
4949
# DEPLOY TO MAVEN #

0 commit comments

Comments
 (0)