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

View file

@ -2,7 +2,7 @@ plugins {
id 'java'
id 'application'
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
id 'com.github.ben-manes.versions' version '0.28.0'
id 'com.github.ben-manes.versions' version '0.38.0'
}
// ./gradlew
@ -28,7 +28,6 @@ tasks.withType(JavaCompile) {
repositories {
mavenLocal()
jcenter()
}
run {