Skip to content

Commit 7f1c0cd

Browse files
committed
Fix publication configuration in deploy config
Fix circle ci badge
1 parent 3f0f1bd commit 7f1c0cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
name: Publish to Bintray
1515
command: |
1616
if [ "${CIRCLE_BRANCH}" == "master" ]; then
17-
./gradlew generatePomFileForLambdaRuntimePublication generateMetadataFileForLambdaRuntimePublication bintrayUpload bintrayPublish -PbuildNum="1.0.${CIRCLE_BUILD_NUM}"
17+
./gradlew generatePomFileForKotlinMultiplatformPublication generateMetadataFileForKotlinMultiplatformPublication bintrayUpload bintrayPublish -PbuildNum="1.0.${CIRCLE_BUILD_NUM}"
1818
fi

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AWS Lambda Runtime - Kotlin/Native
2-
[ ![](https://img.shields.io/circleci/project/github/c1phr/lambda-runtime-kotlin-native/master.svg?style=flat) ](https://circleci.com/gh/c1phr/lambda-runtime-kotlin-native)
2+
[ ![](https://img.shields.io/circleci/project/github/rdbatch02/lambda-runtime-kotlin-native/master.svg?style=flat) ](https://circleci.com/gh/rdbatch02/lambda-runtime-kotlin-native)
33
[ ![Download](https://api.bintray.com/packages/c1phr/com.batchofcode/lambda-runtime-kotlin-native/images/download.svg) ](https://bintray.com/c1phr/com.batchofcode/lambda-runtime-kotlin-native/_latestVersion)
44

55
AWS Lambda Runtime for [Kotlin/Native](https://kotlinlang.org/docs/reference/native-overview.html). This provides a way to run Kotlin code in an AWS Lambda serverless context without the JVM, significantly reducing "cold start" time.

0 commit comments

Comments
 (0)