Skip to content

Commit e8c2c3c

Browse files
committed
chore: fix publish and bump version
1 parent 1ca2a4d commit e8c2c3c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env groovy
22

33
node('rhel7') {
4+
def javaHome = tool 'openjdk-17'
5+
env.JAVA_HOME = "${javaHome}"
6+
47
stage('Checkout repo') {
58
deleteDir()
69
git url: 'https://github.com/redhat-developer/intellij-common-ui-test-library',

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
projectVersion=0.4.2
1+
projectVersion=0.4.3-SNAPSHOT
22
nexusUser=invalid
33
nexusPassword=invalid

0 commit comments

Comments
 (0)