Reworked RockPaperScissor modules with actions and colors.
This commit is contained in:
parent
c078a51ebf
commit
2f50c6c1c3
10 changed files with 86 additions and 123 deletions
|
@ -4,11 +4,11 @@ plugins {
|
|||
id 'com.github.ben-manes.versions' version '0.28.0'
|
||||
id 'com.github.spotbugs' version '4.0.4'
|
||||
id 'idea'
|
||||
id 'io.gitlab.arturbosch.detekt' version '1.7.0-beta2'
|
||||
id 'io.gitlab.arturbosch.detekt' version '1.7.0'
|
||||
id 'jacoco'
|
||||
id 'java'
|
||||
id 'net.thauvin.erik.gradle.semver' version '1.0.4'
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.3.70'
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.3.71'
|
||||
id 'org.sonarqube' version '2.8'
|
||||
id 'pmd'
|
||||
}
|
||||
|
@ -25,7 +25,7 @@ mainClassName = packageName + '.Mobibot'
|
|||
|
||||
ext {
|
||||
versions = [
|
||||
kotlin : '1.3.70',
|
||||
kotlin : '1.3.71',
|
||||
log4j : '2.13.1',
|
||||
spotbugs : '4.0.1'
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue