mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +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.
|
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"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
+4
@@ -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