Skip to content

Commit

Permalink
Add git version logging
Browse files Browse the repository at this point in the history
  • Loading branch information
johnflavin committed Jun 5, 2024
1 parent 37cd47d commit 77f728e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

- name: Build with Gradle Wrapper
run: ./gradlew fatJar
run: ./gradlew --info fatJar
- uses: actions/upload-artifact@v4
with:
name: Package
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ try {
]
isDirty = true
}
logger.info("Git details {}", gitDetails)

def sharedManifest = java.manifest {
attributes "Application-Name": pluginAppName,
Expand Down

0 comments on commit 77f728e

Please sign in to comment.