Skip to content

Commit

Permalink
Fixed CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
sedovalx committed Jan 14, 2020
1 parent 495ce94 commit f10e23c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ install:
script:
- set -e
- ./gradlew clean :plugin:publishMavenJavaPublicationToMavenLocal
- echo "include 'plugin', 'examples'" > settings.gradle
- ./gradlew :examples:run
- echo "include 'plugin', 'examples', 'examples:aspects', 'examples:app'" > settings.gradle
- ./gradlew :examples:app:run
- ./gradlew bintrayUpload
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ the repository. So I use a little bit hacky way to do the trick.

$ echo "include 'plugin'" > settings.gradle
$ ./gradlew clean :plugin:publishMavenJavaPublicationToMavenLocal
$ echo "include 'plugin', 'examples'" > settings.gradle
$ echo "include 'plugin', 'examples', 'examples:aspects', 'examples:app'" > settings.gradle
$ ./gradlew :examples:run

0 comments on commit f10e23c

Please sign in to comment.