We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8936c01 commit 992f188Copy full SHA for 992f188
.github/workflows/publish_snapshots.yml
@@ -15,7 +15,6 @@ on:
15
- 'triage.yml'
16
- 'acceptance_test.yml'
17
- 'web/**'
18
- - '.github/workflows/**'
19
workflow_dispatch:
20
21
env:
build.gradle
@@ -107,6 +107,11 @@ subprojects {
107
def fullProjectName = 'gtfs-validator-' + project.name
108
109
afterEvaluate {
110
+ tasks.named('publish') {
111
+ doFirst {
112
+ println "Project version: ${scmVersion.version}"
113
+ }
114
115
publishing {
116
repositories {
117
// This is the sonatype staging repo for maven.
0 commit comments