File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
22
java-version : 1.8
23
23
- name : maven-settings-xml-action
24
24
uses : whelk-io/maven-settings-xml-action@v14
25
- # with:
25
+ with :
26
26
# repositories: '[{ "id": "bDev", "url": "http://developer.stupica.com/maven" }]'
27
+ repositories : ' [{ "id": "bDev", "url": "https://developer.dev404.net/maven" }]'
27
28
28
29
- name : Build with Maven
29
30
run : mvn -B -DskipTests package --file pom.xml
Original file line number Diff line number Diff line change 55
55
</dependencies >
56
56
57
57
<repositories >
58
- <!-- stupica.com - Developer404 Release Repository -->
58
+ <!-- stupica.com - Developer404 Release Repository - ->
59
59
<repository>
60
60
<id>bDevRelease</id>
61
61
<name>Developer404 Repository</name>
67
67
<enabled>true</enabled>
68
68
</releases>
69
69
</repository>
70
+ -->
70
71
</repositories >
71
72
72
73
<build >
You can’t perform that action at this time.
0 commit comments