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:
parent
ddadbef425
commit
6d07184b18
|
@ -161,6 +161,7 @@ jar.finalizedBy('reobfJar')
|
||||||
|
|
||||||
sourceSets.main.resources {
|
sourceSets.main.resources {
|
||||||
srcDir 'src/generated/resources'
|
srcDir 'src/generated/resources'
|
||||||
|
srcDir 'api/main/java'
|
||||||
}
|
}
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
|
|
Loading…
Reference in a new issue