Skip to content

Commit 71e6e76

Browse files
committed
Fixed formatting
1 parent e6aa913 commit 71e6e76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

maven.publish.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// From https://stackoverflow.com/a/63502756/3891161
22

3+
import org.gradle.api.publish.PublishingExtension
34
import java.io.FileInputStream
45
import java.util.*
5-
import org.gradle.api.publish.PublishingExtension
66

77
apply(plugin = "maven-publish")
88

@@ -77,11 +77,11 @@ configure<PublishingExtension> {
7777
}
7878

7979
repositories {
80-
maven("https://api.bintray.com/maven/${bintrayUser}/${bintrayRepo}/${artifact}/;publish=1") {
80+
maven("https://api.bintray.com/maven/$bintrayUser/$bintrayRepo/$artifact/;publish=1") {
8181
credentials {
8282
username = bintrayUser
8383
password = bintrayApiKey
8484
}
8585
}
8686
}
87-
}
87+
}

0 commit comments

Comments
 (0)