Skip to content

Commit

Permalink
Using publishLocalPublicationToMavenLocal in CI.
Browse files Browse the repository at this point in the history
Per wala/WALA#1173 (comment),  using the `publishLocalPublicationToMavenLocal` task instead of the more obvious `publishToMavenLocal` task.
  • Loading branch information
khatchad authored Jan 10, 2023
1 parent 9c4d9fb commit ebcd51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- popd
- pushd /tmp/WALA
- git checkout v1.5.9
- ./gradlew publishToMavenLocal -x signRemotePublication
- ./gradlew publishLocalPublicationToMavenLocal
- popd
- pushd /tmp/IDE/com.ibm.wala.cast.lsp
- mvn clean install -B -q -DskipTests
Expand Down

0 comments on commit ebcd51f

Please sign in to comment.