Skip to content

Commit

Permalink
Update naming for GitHub integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
clayburn committed Aug 14, 2023
1 parent 9ca6770 commit 573db6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ updates:
- dependency-name: "com.gradle:build-scan-plugin"
versions: [ "1.16" ]
- package-ecosystem: "maven"
directory: "gradle-enterprise-conventions-maven-extension/extension"
directory: "convention-gradle-enterprise-maven-extension/extension"
schedule:
interval: "daily"
time: "02:00"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
cache: maven
- name: Build Gradle Enterprise Conventions Maven Extension
run: ./mvnw clean install -Dgradle.enterprise.url=https://ge.solutions-team.gradle.com
working-directory: gradle-enterprise-conventions-maven-extension/extension
working-directory: convention-gradle-enterprise-maven-extension/extension
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}
- name: Upload extension
uses: actions/upload-artifact@v3
with:
name: gradle-enterprise-conventions-maven-extension
path: ~/.m2/repository/com/example/gradle-enterprise-conventions-maven-extension
name: convention-gradle-enterprise-maven-extension
path: ~/.m2/repository/com/myorg/convention-gradle-enterprise-maven-extension
verification:
name: Verify Example Build for Maven ${{ matrix.maven-version }}
needs: [build]
Expand All @@ -49,15 +49,15 @@ jobs:
- name: Download Extension
uses: actions/download-artifact@v3
with:
name: gradle-enterprise-conventions-maven-extension
path: ~/.m2/repository/com/example/gradle-enterprise-conventions-maven-extension
name: convention-gradle-enterprise-maven-extension
path: ~/.m2/repository/com/myorg/convention-gradle-enterprise-maven-extension
- name: Set Maven Version
run: ./mvnw wrapper:wrapper -Dmaven=${{ matrix.maven-version }} -Dgradle.enterprise.url=https://ge.solutions-team.gradle.com
working-directory: gradle-enterprise-conventions-maven-extension/example-build
working-directory: convention-gradle-enterprise-maven-extension/example
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}
- name: Verify Example Build
run: ./mvnw clean verify -Dgradle.enterprise.url=https://ge.solutions-team.gradle.com
working-directory: gradle-enterprise-conventions-maven-extension/example-build
working-directory: convention-gradle-enterprise-maven-extension/example
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}

0 comments on commit 573db6b

Please sign in to comment.