We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e0065 commit 990e043Copy full SHA for 990e043
.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
23
distribution: 'adopt'
24
- name: Build JsonConfiguration
25
run: |
26
- git clone https://github.com/dumptruckman/JsonConfiguration.git
+ git clone https://github.com/sandtechnology/JsonConfiguration.git
27
mvn -B install --file JsonConfiguration/pom.xml
28
- name: Build Integration
29
run: mvn -B install --file src/integration/plotsquared/5/pom.xml
0 commit comments