Fixing some inconsistencies that were found.

This commit is contained in:
2021-01-07 15:14:51 +01:00
parent 75c6784ab6
commit 0123cb8937
8 changed files with 95 additions and 103 deletions
+15 -15
View File
@@ -1,15 +1,15 @@
plugins {
id 'java-library'
}
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
repositories {
jcenter()
}
dependencies {
testImplementation 'junit:junit:4.12'
}
plugins {
id 'java-library'
}
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
repositories {
jcenter()
}
dependencies {
testImplementation 'junit:junit:4.12'
}