Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jitpack-io/09eb088a8617a5f41842 to your computer and use it in GitHub Desktop.
Save jitpack-io/09eb088a8617a5f41842 to your computer and use it in GitHub Desktop.
plugins {
id 'pl.allegro.tech.build.axion-release' version '1.2.3'
id 'java'
id 'maven'
}
scmVersion {
tag {
prefix = ''
serialize = {config, version -> "$version-RELEASE"}
}
versionCreator 'versionWithBranch'
}
group = 'com.lokkju.propertydrill'
project.version = scmVersion.version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment