From 6097e2b99cfba782f9eb6d18cb6d0b54963a023b Mon Sep 17 00:00:00 2001 From: Tang Cheng Date: Mon, 29 Apr 2019 16:28:02 +0800 Subject: [PATCH] =?utf8?q?=E4=BF=AE=E6=94=B9=E5=B7=A5=E7=A8=8B=E5=90=8D?= =?utf8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + build.gradle | 1 - settings.gradle | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8cb1d9f4..317f857b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ HELP.md +flyway.conf .gradle /build/ !gradle/wrapper/gradle-wrapper.jar diff --git a/build.gradle b/build.gradle index 7cd37f7e..e60f7733 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,6 @@ repositories { } war { - baseName = "payapi-service" manifest { attributes('Payapi-Version': rootProject.version) writeTo(project.buildDir.toString() + "/classes/MATE-INF.MF") diff --git a/settings.gradle b/settings.gradle index 3a84da46..ec967da6 100644 --- a/settings.gradle +++ b/settings.gradle @@ -16,5 +16,5 @@ pluginManagement { gradlePluginPortal() } } -rootProject.name = 'dlpay' +rootProject.name = 'payapi' -- 2.17.1