Move the source files into a new default directory.

This commit is contained in:
Danila Fedorin 2017-07-29 23:44:21 -07:00
parent 3131d96d07
commit 43c11f8454
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()
}