Skip to content

Commit

Permalink
- quick run
Browse files Browse the repository at this point in the history
  • Loading branch information
tkobayas committed Jan 23, 2024
1 parent d40fb20 commit 2f1ce42
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java-version: [8, 11]
java-version: [8]
maven-version: ['3.8.1']
fail-fast: true
runs-on: ${{ matrix.os }}
Expand Down
34 changes: 17 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,24 @@
</scm>

<modules>
<module>kie-swagger-ui</module>
<module>kie-maven-plugin</module>
<module>kie-takari-plugin</module>
<module>droolsjbpm-integration-examples</module>
<module>jbpm-simulation</module>
<module>kie-spring</module>
<module>kie-aries-blueprint</module>
<module>kie-server-parent</module>
<module>jbpm-process-svg</module>
<!-- <module>kie-swagger-ui</module>-->
<!-- <module>kie-maven-plugin</module>-->
<!-- <module>kie-takari-plugin</module>-->
<!-- <module>droolsjbpm-integration-examples</module>-->
<!-- <module>jbpm-simulation</module>-->
<!-- <module>kie-spring</module>-->
<!-- <module>kie-aries-blueprint</module>-->
<!-- <module>kie-server-parent</module>-->
<!-- <module>jbpm-process-svg</module>-->
<module>kie-osgi</module>
<module>kie-performance-kit</module>
<module>kie-camel</module>
<module>kie-tomcat-integration</module>
<module>kie-integration-test-coverage</module>
<module>kie-plugins-testing</module>
<module>kie-spring-boot</module>
<module>camel-container-tests</module>
<module>optaplanner-workbench-models</module>
<!-- <module>kie-performance-kit</module>-->
<!-- <module>kie-camel</module>-->
<!-- <module>kie-tomcat-integration</module>-->
<!-- <module>kie-integration-test-coverage</module>-->
<!-- <module>kie-plugins-testing</module>-->
<!-- <module>kie-spring-boot</module>-->
<!-- <module>camel-container-tests</module>-->
<!-- <module>optaplanner-workbench-models</module>-->
</modules>

<dependencyManagement>
Expand Down

0 comments on commit 2f1ce42

Please sign in to comment.