Skip to content

Commit 990e043

Browse files
Fix build
1 parent c0e0065 commit 990e043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: 'adopt'
2424
- name: Build JsonConfiguration
2525
run: |
26-
git clone https://github.com/dumptruckman/JsonConfiguration.git
26+
git clone https://github.com/sandtechnology/JsonConfiguration.git
2727
mvn -B install --file JsonConfiguration/pom.xml
2828
- name: Build Integration
2929
run: mvn -B install --file src/integration/plotsquared/5/pom.xml

0 commit comments

Comments
 (0)