We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3adeef7 commit a641df1Copy full SHA for a641df1
.github/workflows/maven.yml
@@ -21,11 +21,11 @@ jobs:
21
with:
22
java-version: '16'
23
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
+ # - name: Build JsonConfiguration
+ # run: |
+ # git clone https://github.com/sandtechnology/JsonConfiguration.git
+ # mvn -B install --file JsonConfiguration/pom.xml
+ # - name: Build Integration
+ # run: mvn -B install --file src/integration/plotsquared/5/pom.xml
30
- name: Build with Maven
31
run: mvn -B compile --file pom.xml -Pdebug
0 commit comments