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

Commit

Permalink
enable gitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Jun 7, 2021
1 parent 2af8365 commit b4944a0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,15 @@ jobs:
- name: Publish plugins
uses: eskatos/gradle-command-action@v1
with:
arguments: publish -Pversion=${{ steps.version.outputs.tag }}
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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
DEPLOYER_PASSWORD: ${{ secrets.DEPLOYER_PASSWORD }}
- name: Publish libraries
uses: eskatos/gradle-command-action@v1
with:
arguments: :groovy-aws-sdk-s3:publish :groovy-aws-sdk-ses:publish :groovy-aws-sdk-util:publish -Pversion=${{ steps.version.outputs.tag }} -Pgroup=agorapulse.libs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
Expand Down
5 changes: 5 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# for local snapshots, overridden in the GHA
version=2.5.0-SNAPSHOT

# for Jitpack, overridden in the GHA for publishing under old groups
group=com.github.agorapulse.grails-aws-sdk

awsJavaSdkVersion=1.11.874
awsKinesisClientVersion=1.14.1
gradleWrapperVersion=5.6.4
Expand Down
2 changes: 0 additions & 2 deletions gradle/grails.commons.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ buildscript {
}
}

group "org.grails.plugins"

apply plugin:"eclipse"
apply plugin:"idea"
apply plugin:"org.grails.grails-plugin"
Expand Down
2 changes: 0 additions & 2 deletions gradle/groovy.commons.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
group "agorapulse.libs"

apply plugin: "groovy"
apply plugin: "maven-publish"
project.apply plugin: "codenarc"
Expand Down

0 comments on commit b4944a0

Please sign in to comment.