File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 11language : android
22jdk : oraclejdk8
3- sudo : required
43
54before_install :
65 - mkdir "$ANDROID_HOME/licenses" || true
@@ -16,8 +15,6 @@ android:
1615 - extra-android-support
1716 - extra-android-m2repository
1817 - extra-google-m2repository
19- licenses :
20- - ' .+'
2118before_script :
2219 - chmod +x gradlew
2320script :
@@ -27,11 +24,11 @@ after_success:
2724 - ./gradlew javadocRelease
2825
2926deploy :
30- provider : pages
31- skip-cleanup : true
32- github-token : $GITHUB_TOKEN
33- keep-history : true
34- local-dir : dynamic-motion/build/docs/javadoc/release
27+ provider : pages:git
28+ token : $GITHUB_TOKEN
29+ edge : true
30+ keep_history : true
31+ local_dir : dynamic-motion/build/docs/javadoc/release
3532 on :
3633 all_branches : true
3734 tags : true
You can’t perform that action at this time.
0 commit comments