This repository was archived by the owner on Jul 28, 2023. It is now read-only.
File tree 4 files changed +5
-14
lines changed
4 files changed +5
-14
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 -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
23
+ arguments : publish -Pversion=${{ steps.version.outputs.tag }}
32
24
env :
33
25
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34
26
GITHUB_ACTOR : ${{ secrets.GITHUB_ACTOR }}
Original file line number Diff line number Diff line change 1
- # for local snapshots, overridden in the GHA
2
1
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
-
7
2
awsJavaSdkVersion =1.11.874
8
3
awsKinesisClientVersion =1.14.1
9
4
gradleWrapperVersion =5.6.4
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ buildscript {
9
9
}
10
10
}
11
11
12
+ group " org.grails.plugins"
13
+
12
14
apply plugin :" eclipse"
13
15
apply plugin :" idea"
14
16
apply plugin :" org.grails.grails-plugin"
Original file line number Diff line number Diff line change
1
+ group " agorapulse.libs"
2
+
1
3
apply plugin : " groovy"
2
4
apply plugin : " maven-publish"
3
5
project. apply plugin : " codenarc"
You can’t perform that action at this time.
0 commit comments