fixing build issues
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -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
10
pom.xml
@@ -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>
|
||||||
|
Reference in New Issue
Block a user