fixing build issues

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-10-01 01:36:26 +02:00
parent e39ccf3a91
commit 4b9aca4cd7
2 changed files with 1 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
FROM maven:3-eclipse-temurin-21-jammy as build FROM maven:3-eclipse-temurin-21-jammy AS build
# Install nodejs # Install nodejs
RUN apt-get update RUN apt-get update

10
pom.xml
View File

@@ -168,16 +168,6 @@
<version>0.0.8</version> <version>0.0.8</version>
<!-- Required to allow auto-install of Sentry SDK and Integrations --> <!-- Required to allow auto-install of Sentry SDK and Integrations -->
<extensions>true</extensions> <extensions>true</extensions>
<executions>
<execution>
<goals>
<!-- Generates a source bundle and uploads it to Sentry. -->
<!-- This enables source context, allowing you to see your source -->
<!-- code as part of your stack traces in Sentry. -->
<goal>uploadSourceBundle</goal>
</goals>
</execution>
</executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>