mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-03 06:16:10 +00:00
move API project
This commit is contained in:
@@ -41,8 +41,8 @@ fun Project.configureDependencies() {
|
||||
|
||||
if (project(":common:addons").subprojects.contains(this)) { // If this is an addon project, depend on the API.
|
||||
dependencies {
|
||||
"compileOnly"(project(":common:api"))
|
||||
"testImplementation"(project(":common:api"))
|
||||
"compileOnly"(project(":common:api:core"))
|
||||
"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
Reference in New Issue
Block a user