Skip to content

Commit a641df1

Browse files
committed
Try fix github-ci
1 parent 3adeef7 commit a641df1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
with:
2222
java-version: '16'
2323
distribution: 'adopt'
24-
- name: Build JsonConfiguration
25-
run: |
26-
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
24+
# - name: Build JsonConfiguration
25+
# run: |
26+
# 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
3030
- name: Build with Maven
3131
run: mvn -B compile --file pom.xml -Pdebug

0 commit comments

Comments
 (0)