We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe5e48 commit 659695aCopy full SHA for 659695a
Dockerfile
@@ -1,5 +1,5 @@
1
FROM openjdk:17-oracle
2
-ARG JAR_FILE=build/libs/Mukvengers-1.0.1.jar
+ARG JAR_FILE=build/libs/Mukvengers-1.0.2.jar
3
ENV MY_SERVER=${MY_SERVER} \
4
AWS_ACCESS_KEY=${AWS_ACCESS_KEY} \
5
AWS_SECRET_KEY=${AWS_SECRET_KEY} \
build.gradle
@@ -11,7 +11,7 @@ plugins {
11
}
12
13
group = 'com.prgrms'
14
-version = '1.0.1'
+version = '1.0.2'
15
sourceCompatibility = '17'
16
17
configurations {
@@ -42,7 +42,7 @@ openapi3 {
42
setServer(env.MY_SERVER.orElse("http://localhost:8080")) // Swagger 서버 설정
43
title = "KKINI API Document"
44
description = "Spring REST Docs with SwaggerUI."
45
- version = "1.0.1"
+ version = "1.0.2"
46
format = "yaml"
47
48
0 commit comments