Added support for snapshot.

This commit is contained in:
Erik C. Thauvin 2021-05-02 21:57:42 -07:00
parent 00c699972a
commit 0809e69dfc
6 changed files with 16 additions and 11 deletions

View file

@ -9,7 +9,7 @@ plugins {
defaultTasks 'run'
final def semverProcessor = 'net.thauvin.erik:semver:1.2.0'
final def semverProcessor = 'net.thauvin.erik:semver:1.2.1-SNAPSHOT'
sourceCompatibility = 1.8
targetCompatibility = 1.8