Skip to content

Commit c0e0065

Browse files
Workaround for downed JsonConfiguration repo
1 parent ad969cc commit c0e0065

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
with:
2222
java-version: '16'
2323
distribution: 'adopt'
24+
- name: Build JsonConfiguration
25+
run: |
26+
git clone https://github.com/dumptruckman/JsonConfiguration.git
27+
mvn -B install --file JsonConfiguration/pom.xml
2428
- name: Build Integration
2529
run: mvn -B install --file src/integration/plotsquared/5/pom.xml
2630
- name: Build with Maven

pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,11 +385,14 @@
385385
<url>https://jitpack.io</url>
386386
</repository>
387387
<!-- JsonConfiguration -->
388+
<!-- Repo was down temporary, building this as workaround
388389
<repository>
389390
<id>onarandombox</id>
390391
<url>https://repo.onarandombox.com/content/groups/public</url>
391-
</repository>
392-
<repository> <!-- for development builds -->
392+
</repository>-->
393+
394+
<!-- for development builds -->
395+
<repository>
393396
<id>sonatype-oss</id>
394397
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
395398
</repository>

0 commit comments

Comments
 (0)