Skip to content

Instantly share code, notes, and snippets.

View alexgtn's full-sized avatar

Alex Gutan alexgtn

View GitHub Profile
@alexgtn
alexgtn / gradle-kotlin-publish-s3-maven-repo.gradle
Created March 4, 2019 11:40 — forked from outofcoffee/gradle-kotlin-publish-s3-maven-repo.gradle
Publish a Kotlin module to an S3 Maven repository, using Gradle.
/*
* Publish a Kotlin module to an S3 Maven repository, using Gradle.
* This assumes that the AWS/IAM credentials have 'bucket list' as well as 'object put' and 'object get' permissions.
*/
ext.version_kotlin = '1.0.5-2'
buildscript {
repositories {
mavenCentral()