1
0
mirror of https://github.com/DanilaFe/abacus synced 2026-01-06 15:45:20 +00:00

Move the source files into a new default directory.

This commit is contained in:
2017-07-29 23:44:21 -07:00
parent 92443bf0cf
commit bce469ec8d
41 changed files with 0 additions and 8 deletions

View File

@@ -1,14 +1,6 @@
apply plugin: 'java'
apply plugin: 'application'
sourceSets {
main {
java {
srcDirs = ['src']
}
}
}
repositories {
mavenCentral()
}