-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix : fix about jar in gradle&docker
- Loading branch information
1 parent
b6edc00
commit 2a60b01
Showing
11 changed files
with
55 additions
and
59 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM openjdk:19-alpine | ||
ARG JAR_PATH=build/libs/chatdiary-0.0.1-SNAPSHOT.jar | ||
ARG JAR_PATH=build/libs/*.jar | ||
COPY ${JAR_PATH} /home/server.jar | ||
ENTRYPOINT ["java","-jar","/home/server.jar"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,10 +36,6 @@ tasks.named('test') { | |
useJUnitPlatform() | ||
} | ||
|
||
bootJar { | ||
enabled = true | ||
} | ||
|
||
jar { | ||
enabled = false | ||
} |
48 changes: 24 additions & 24 deletions
48
build/reports/tests/test/classes/com.kuit.chatdiary.ChatdiaryApplicationTests.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 23 additions & 23 deletions
46
build/test-results/test/TEST-com.kuit.chatdiary.ChatdiaryApplicationTests.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.