diff --git a/build.gradle b/build.gradle index 14906c9..f919c21 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ group = 'com.yn' version = '0.0.1-SNAPSHOT' sourceCompatibility = '1.8' -def artifactId = isParameter ? "yn-bftl-common-".concat("$profile") : "yn-bftl-common" +def artifactId = isParameter ? "yn-byx-common-".concat("$profile") : "yn-byx-common" repositories { mavenLocal()