Bumped dependencies
This commit is contained in:
parent
bebb56e71a
commit
990d4e4c27
44 changed files with 367 additions and 333 deletions
|
@ -1,18 +1,9 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'net.thauvin.erik.gradle:semver:1.0.5'
|
||||
}
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'application'
|
||||
id("net.thauvin.erik.gradle.semver") version "1.0.4"
|
||||
}
|
||||
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'application'
|
||||
apply plugin: 'net.thauvin.erik.gradle.semver'
|
||||
|
||||
|
||||
defaultTasks 'run'
|
||||
|
||||
mainClassName = 'App'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue