Removed the double foldering and started some seriouse work.

This commit is contained in:
2020-11-11 21:33:59 +01:00
parent 51f447b0d1
commit 7903343ac0
30 changed files with 132 additions and 77 deletions
+15
View File
@@ -0,0 +1,15 @@
plugins {
id 'java-library'
}
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
repositories {
jcenter()
}
dependencies {
testImplementation 'junit:junit:4.12'
}