强迫症修改首字母大写改小写

This commit is contained in:
limqhz
2020-07-06 23:40:24 +08:00
parent 0d523a89e9
commit 52bdb860ad
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
group 'SmartVenue'
group 'smartVenue'
version '1.0-SNAPSHOT'
apply plugin: 'java'

View File

@@ -1,4 +1,4 @@
rootProject.name = 'SmartVenue'
rootProject.name = 'smartVenue'
include 'service'
include 'api'
include 'oms'