Cleanup.
This commit is contained in:
parent
b2dcf781c2
commit
e35d112b28
3 changed files with 17 additions and 9 deletions
10
build.gradle
10
build.gradle
|
@ -9,7 +9,7 @@ plugins {
|
|||
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.5.10'
|
||||
id 'org.jetbrains.kotlin.kapt' version '1.5.10'
|
||||
id 'org.sonarqube' version '3.2.0'
|
||||
id 'org.sonarqube' version '3.3'
|
||||
id 'pmd'
|
||||
}
|
||||
|
||||
|
@ -19,6 +19,8 @@ final def packageName = 'net.thauvin.erik.mobibot'
|
|||
final def deployDir = 'deploy'
|
||||
final def semverProcessor = "net.thauvin.erik:semver:1.2.0"
|
||||
|
||||
mainClassName = packageName + '.Mobibot'
|
||||
|
||||
ext.versions = [
|
||||
log4j : '2.14.1',
|
||||
pmd : '6.35.0',
|
||||
|
@ -84,10 +86,6 @@ kapt {
|
|||
}
|
||||
}
|
||||
|
||||
application {
|
||||
mainClassName = packageName + '.Mobibot'
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
options.encoding = 'UTF-8'
|
||||
}
|
||||
|
@ -129,7 +127,7 @@ clean {
|
|||
}
|
||||
|
||||
run {
|
||||
args('-d')
|
||||
args('-h')
|
||||
}
|
||||
|
||||
incrementBuildMeta {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue