Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 9fefb17

Browse files
committed
Update common-build-script.gradle.kts
1 parent aea3ced commit 9fefb17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

buildSrc/src/main/kotlin/common-build-script.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import java.util.*
77

88
val githubUrl = "https://github.com/bluefireoly/SimpleKotlinMail"
99

10+
val repoName = "SimpleKotlinMail"
11+
1012
val jvmVersion = JavaVersion.VERSION_11
1113
val jvmVersionString = jvmVersion.versionString
1214

@@ -76,7 +78,7 @@ bintray {
7678

7779
pkg.apply {
7880

79-
repo = rootProject.name
81+
repo = repoName
8082
name = project.name
8183

8284
version.name = project.version.toString()

0 commit comments

Comments
 (0)