Updated dependencies and copyright.

This commit is contained in:
Erik C. Thauvin 2021-04-28 16:04:11 -07:00
parent 7440631325
commit b308a52d71
30 changed files with 49 additions and 73 deletions

2
preflightcheck.sh Normal file → Executable file
View file

@ -2,7 +2,7 @@
# set source and test locations
src="src/main/kotlin/net/thauvin/erik/gradle/semver/"
test="src/main/kotlin/net/thauvin/erik/gradle/semver/"
test="src/test/kotlin/net/thauvin/erik/gradle/semver/"
# e.g: .java, .kt, etc.
ext=".kt"
java8=true