Reconfigure for forgejo/woodpecker
This commit is contained in:
parent
f421be47af
commit
3046b35ec0
18 changed files with 1144 additions and 375 deletions
11
.woodpecker/maven/settings.xml
Normal file
11
.woodpecker/maven/settings.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||
<interactiveMode>false</interactiveMode>
|
||||
<localRepository>/woodpecker/.m2</localRepository>
|
||||
<mirrors>
|
||||
<mirror>
|
||||
<url>${env.MAVEN_MIRROR:`https://mirror.kokuwa.io`}</url>
|
||||
<mirrorOf>central</mirrorOf>
|
||||
</mirror>
|
||||
</mirrors>
|
||||
</settings>
|
Loading…
Add table
Add a link
Reference in a new issue