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

Commit 3493f39

Browse files
committedJun 7, 2021
Revert "enable gitpack"
This reverts commit b4944a0
1 parent b4944a0 commit 3493f39

File tree

4 files changed

+5
-14
lines changed

4 files changed

+5
-14
lines changed
 

‎.github/workflows/publish.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,7 @@ jobs:
2020
- name: Publish plugins
2121
uses: eskatos/gradle-command-action@v1
2222
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 }}
3224
env:
3325
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3426
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}

‎gradle.properties

-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
# for local snapshots, overridden in the GHA
21
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-
72
awsJavaSdkVersion=1.11.874
83
awsKinesisClientVersion=1.14.1
94
gradleWrapperVersion=5.6.4

‎gradle/grails.commons.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ buildscript {
99
}
1010
}
1111

12+
group "org.grails.plugins"
13+
1214
apply plugin:"eclipse"
1315
apply plugin:"idea"
1416
apply plugin:"org.grails.grails-plugin"

‎gradle/groovy.commons.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
group "agorapulse.libs"
2+
13
apply plugin: "groovy"
24
apply plugin: "maven-publish"
35
project.apply plugin: "codenarc"

0 commit comments

Comments
 (0)