This repository was archived by the owner on Jul 28, 2023. It is now read-only.
File tree 4 files changed +14
-5
lines changed
4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 20
20
- name : Publish plugins
21
21
uses : eskatos/gradle-command-action@v1
22
22
with :
23
- arguments : publish -Pversion=${{ steps.version.outputs.tag }}
23
+ arguments : publish -x :groovy-aws-sdk-s3:publish -x :groovy-aws-sdk-ses:publish -x :groovy-aws-sdk-util:publish -Pversion=${{ steps.version.outputs.tag }} -Pgroup=org.grails.plugins
24
+ env :
25
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26
+ GITHUB_ACTOR : ${{ secrets.GITHUB_ACTOR }}
27
+ DEPLOYER_PASSWORD : ${{ secrets.DEPLOYER_PASSWORD }}
28
+ - name : Publish libraries
29
+ uses : eskatos/gradle-command-action@v1
30
+ with :
31
+ arguments : :groovy-aws-sdk-s3:publish :groovy-aws-sdk-ses:publish :groovy-aws-sdk-util:publish -Pversion=${{ steps.version.outputs.tag }} -Pgroup=agorapulse.libs
24
32
env :
25
33
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26
34
GITHUB_ACTOR : ${{ secrets.GITHUB_ACTOR }}
Original file line number Diff line number Diff line change
1
+ # for local snapshots, overridden in the GHA
1
2
version =2.5.0-SNAPSHOT
3
+
4
+ # for Jitpack, overridden in the GHA for publishing under old groups
5
+ group =com.github.agorapulse.grails-aws-sdk
6
+
2
7
awsJavaSdkVersion =1.11.874
3
8
awsKinesisClientVersion =1.14.1
4
9
gradleWrapperVersion =5.6.4
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ buildscript {
9
9
}
10
10
}
11
11
12
- group " org.grails.plugins"
13
-
14
12
apply plugin :" eclipse"
15
13
apply plugin :" idea"
16
14
apply plugin :" org.grails.grails-plugin"
Original file line number Diff line number Diff line change 1
- group " agorapulse.libs"
2
-
3
1
apply plugin : " groovy"
4
2
apply plugin : " maven-publish"
5
3
project. apply plugin : " codenarc"
You can’t perform that action at this time.
0 commit comments