Skip to content

Commit

Permalink
Merge pull request #782 from CROSSINGTUD/develop
Browse files Browse the repository at this point in the history
Add action trigger to build and test for merge queues
  • Loading branch information
schlichtig authored Dec 16, 2024
2 parents ad1082d + d66d159 commit d360e0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- develop
pull_request:
types: [opened, reopened]
workflow_dispatch:

env:
JAVA_VERSION: 17
Expand Down
2 changes: 1 addition & 1 deletion HeadlessJavaScanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.8.1</version>
<version>3.9.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
it has to be correct. -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.1</version>
<version>3.11.2</version>
<executions>
<execution>
<id>attach-javadoc</id>
Expand Down

0 comments on commit d360e0f

Please sign in to comment.