Skip to content

Releases: xebialabs-community/xlr-github-plugin

v1.1.0

22 Nov 00:08
Compare
Choose a tag to compare
v1.1.0

v1.0.0

17 Nov 06:55
Compare
Choose a tag to compare
v1.0.0

0.2.2

03 Aug 17:17
Compare
Choose a tag to compare

built with the following command

./gradlew build -PxlReleasesHome=/Users/amitmohleji/xlrs -PxlReleaseHome=/Users/amitmohleji/xlrs -PxlReleaseLicense=/Users/amitmohleji/xlrs/xl-release-4.7.2-server/conf/xl-release-license.lic  -x compileTestScala

Things to note here:

  • that you need to provide the same path to both xlReleasesHome and xlReleaseHome property.
  • the plugin while building suffixes your path with /xl-release-4.7.2-server so make sure to provide the path to one level above
  • you have to provide the license file absolute path
  • you have to skip building scala tests.