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 8394a4e commit eb00151Copy full SHA for eb00151
build.gradle
@@ -12,7 +12,7 @@ plugins {
12
id("org.sonarqube") version "6.2.0.5505"
13
}
14
15
-group = 'eat-da'
+group = 'net.eatda'
16
version = '0.0.1-SNAPSHOT'
17
18
java {
@@ -138,8 +138,8 @@ openapi3 {
138
description = "Local Server"
139
140
]
141
- title = "Eat Da API"
142
- description = "Eat Da API 명세서"
+ title = "EatDa API"
+ description = "EatDa API 명세서"
143
version = "0.0.1"
144
format = "yaml"
145
outputDirectory = "build/resources/main/static/docs"
settings.gradle
@@ -1 +1 @@
1
-rootProject.name = 'eat-da'
+rootProject.name = 'eatda'
0 commit comments