Merge branch 'refactor_folders' into 'master'

Move src files to standard java folder structure

See merge request sheepitrenderfarm/client!117
This commit is contained in:
harlekin
2022-04-10 13:15:34 +00:00
82 changed files with 0 additions and 17 deletions

View File

@@ -46,20 +46,3 @@ jar {
configurations.implementation.collect { it.isDirectory() ? it : zipTree(it) } configurations.implementation.collect { it.isDirectory() ? it : zipTree(it) }
} }
} }
sourceSets {
main {
java {
srcDirs = ['src']
}
resources {
srcDirs = ['resources']
}
}
test {
java {
srcDirs = ['test']
}
}
}

View File

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB