-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cache mvn repo in main build (see #1677 ) #1678
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1678 +/- ##
============================================
- Coverage 90.32% 83.53% -6.79%
- Complexity 147 1211 +1064
============================================
Files 17 152 +135
Lines 341 3559 +3218
Branches 34 251 +217
============================================
+ Hits 308 2973 +2665
- Misses 18 456 +438
- Partials 15 130 +115
Continue to review full report at Codecov.
|
d5423a7
to
c40a390
Compare
c40a390
to
57136ec
Compare
@@ -26,6 +26,18 @@ jobs: | |||
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} | |||
gpg-passphrase: MAVEN_GPG_PASSPHRASE | |||
|
|||
- name: Cache local Maven repository | |||
uses: actions/cache@v2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jonashackt Did we forget this one here?
…-relpaths * origin/master: Add retry on failing subscription (codecentric#1697) chore(deps): update dependency pl.project13.maven:git-commit-id-plugin to v4.0.4 (codecentric#1663) chore(deps): update dependency com.puppycrawl.tools:checkstyle to v8.41.1 (codecentric#1648) Fix for codecentric#1638 (codecentric#1673) Improve npm ci build times (see codecentric#1688) (codecentric#1689) Improved execution of grouped assertions (codecentric#1674) Use maven repo cache during publish snapshots (codecentric#1687) chore(deps): update metcalfc/changelog-generator action to v1 (codecentric#1669) chore(deps): update dependency org.codehaus.mojo:flatten-maven-plugin to v1.2.7 (codecentric#1686) Fix file formating by applying spring-javaformat:apply (codecentric#1685) Cache mvn repo in main build (see codecentric#1677 ) (codecentric#1678) Added support DingTalk notifier. (codecentric#1653) Simplify some code (codecentric#1670) Bugfix/1646 (codecentric#1661) Upgrade spring cloud dependencies (codecentric#1645) chore(deps): update dependency com.github.eirslett:frontend-maven-plugin to v1.11.2 (codecentric#1635) chore(deps): update spring boot to v2.4.3 (codecentric#1637) Bump version to 2.4.1-SNAPSHOT chore(deps): update testcontainers.version to v1.15.2 (codecentric#1629)
No description provided.