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 e9916dd commit 1a86043Copy full SHA for 1a86043
hoptimator-catalog/build.gradle
@@ -26,6 +26,7 @@ publishing {
26
maven(MavenPublication) {
27
groupId = 'com.linkedin.hoptimator'
28
artifactId = 'hoptimator-catalog'
29
+ version = System.getenv('GITHUB_REF_NAME')
30
from components.java
31
}
32
hoptimator-planner/build.gradle
@@ -25,6 +25,7 @@ publishing {
25
artifactId = 'hoptimator-planner'
0 commit comments