Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Commit fe20abe

Browse files
committed
added github publishing for libs and bumped version
1 parent 83a6d82 commit fe20abe

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.4.9
1+
version=2.4.10
22
awsJavaSdkVersion=1.11.874
33
awsKinesisClientVersion=1.14.1
44
gradleWrapperVersion=5.6.4

gradle/groovy.commons.gradle

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ artifacts {
4444
}
4545

4646
publishing {
47+
repositories {
48+
maven {
49+
name = "GitHubPackages"
50+
url = uri("https://maven.pkg.github.com/agorapulse/grails-aws-sdk")
51+
credentials {
52+
username = System.getenv("GITHUB_ACTOR")
53+
password = System.getenv("GITHUB_TOKEN")
54+
}
55+
}
56+
}
4757
publications {
4858
maven(MavenPublication) {
4959
artifactId project.name

0 commit comments

Comments
 (0)