move API project

This commit is contained in:
dfsek
2021-09-19 11:20:50 -07:00
parent c6bdf2e37a
commit acf3844139
184 changed files with 12 additions and 6 deletions
@@ -41,8 +41,8 @@ fun Project.configureDependencies() {
if (project(":common:addons").subprojects.contains(this)) { // If this is an addon project, depend on the API. if (project(":common:addons").subprojects.contains(this)) { // If this is an addon project, depend on the API.
dependencies { dependencies {
"compileOnly"(project(":common:api")) "compileOnly"(project(":common:api:core"))
"testImplementation"(project(":common:api")) "testImplementation"(project(":common:api:core"))
} }
} }
} }
@@ -0,0 +1,4 @@
package com.dfsek.terra.addons.manifest;
public class ManifestLoaderEntry {
}
@@ -0,0 +1 @@
Entry-Point: com.dfsek.terra.addons.manifest.ManifestLoaderEntry

Some files were not shown because too many files have changed in this diff Show More