Skip to content

Commit

Permalink
Fixed bug causing Docker build step in GH Action to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-pweick committed Apr 5, 2024
1 parent fd8ee0c commit 0af1816
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
<version>2.4.0</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -100,4 +99,7 @@
</plugin>
</plugins>
</build>
<modules>
<module>app</module>
</modules>
</project>

0 comments on commit 0af1816

Please sign in to comment.