Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xwiki-platform
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XWiki
xwiki-platform
Commits
0b857ef2
Commit
0b857ef2
authored
7 months ago
by
Michael Hamann
Browse files
Options
Downloads
Patches
Plain Diff
[Misc] Fix Develocity cache
parent
c670555e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.mvn/develocity.xml
+2
-2
2 additions, 2 deletions
.mvn/develocity.xml
with
2 additions
and
2 deletions
.mvn/develocity.xml
+
2
−
2
View file @
0b857ef2
...
...
@@ -45,7 +45,7 @@
more to save the goal outputs since they're not going to be re-used.
-->
<local>
<enabled>
<![CDATA[
env['CI'] == null
]]>
</enabled>
<enabled>
#{
env['CI'] == null
}
</enabled>
</local>
<remote>
<!-- Notes:
...
...
@@ -53,7 +53,7 @@
-->
<enabled>
true
</enabled>
<!-- Only CI jobs are allowed to store build outputs in the remote cache -->
<storeEnabled>
<![CDATA[isTrue(env['CI']) and isTrue(env['DEVELOCITY_ACCESS_KEY'])]]>
</storeEnabled>
<storeEnabled>
#{env['CI'] != null}
</storeEnabled>
<server>
<!-- Note: Remote cache authentication is handled in the .m2/.develocity/keys.properties file and not
anymore in the Maven settings.xml file -->
...
...
This diff is collapsed.
Click to expand it.
Git Mirror User
@gitmirror
mentioned in commit
7c813108
·
7 months ago
mentioned in commit
7c813108
mentioned in commit 7c81310855abe10747128d99424ce2d420ba3446
Toggle commit list
Git Mirror User
@gitmirror
mentioned in commit
b57ed5e2
·
7 months ago
mentioned in commit
b57ed5e2
mentioned in commit b57ed5e21c2aa91dfe499b5079eb747c0d44833e
Toggle commit list
Git Mirror User
@gitmirror
mentioned in commit
1575fcbb
·
7 months ago
mentioned in commit
1575fcbb
mentioned in commit 1575fcbbb4fd76281c50298352a72dc617bfca0e
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment