Created API framework

Very very initial framework to the API, mainly through moving the relevant files to a separate source folder.
This commit is contained in:
WayofTime 2020-11-14 16:20:55 -05:00
parent ddadbef425
commit 6d07184b18
5 changed files with 1 additions and 0 deletions

View file

@ -161,6 +161,7 @@ jar.finalizedBy('reobfJar')
sourceSets.main.resources {
srcDir 'src/generated/resources'
srcDir 'api/main/java'
}
publishing {