mirror of
https://github.com/RoastSlav/quickdrop.git
synced 2026-04-29 08:51:52 -05:00
Merge pull request #13 from danktankk/feature/arm64
Initial commit: Add modified quickdrop with arm64 support
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ FROM openjdk:21-jdk-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ${WORKSPACE}/target/quickdrop-0.0.1-SNAPSHOT.jar /app/quickdrop.jar
|
||||
COPY target/quickdrop-0.0.1-SNAPSHOT.jar /app/quickdrop.jar
|
||||
|
||||
VOLUME ["/app/db", "/app/log", "/files"]
|
||||
|
||||
|
||||
@@ -218,6 +218,15 @@
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.11.0</version> <!-- Ensure it's a recent version -->
|
||||
<configuration>
|
||||
<source>21</source>
|
||||
<target>21</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user