Skip to content

Commit eb00151

Browse files
committed
chore: 프로젝트 이름 및 그룹 명 수정
1 parent 8394a4e commit eb00151

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
id("org.sonarqube") version "6.2.0.5505"
1313
}
1414

15-
group = 'eat-da'
15+
group = 'net.eatda'
1616
version = '0.0.1-SNAPSHOT'
1717

1818
java {
@@ -138,8 +138,8 @@ openapi3 {
138138
description = "Local Server"
139139
}
140140
]
141-
title = "Eat Da API"
142-
description = "Eat Da API 명세서"
141+
title = "EatDa API"
142+
description = "EatDa API 명세서"
143143
version = "0.0.1"
144144
format = "yaml"
145145
outputDirectory = "build/resources/main/static/docs"

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = 'eat-da'
1+
rootProject.name = 'eatda'

0 commit comments

Comments
 (0)