prevent api compilation in other modules

This commit is contained in:
tommyskeff
2023-11-21 20:34:58 +00:00
parent 5b2d335f66
commit bb48df29f3
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ repositories {
dependencies {
implementation("org.jetbrains:annotations:24.1.0")
implementation(project(mapOf("path" to ":futur-api")))
compileOnly(project(mapOf("path" to ":futur-api")))
compileOnly("org.reactivestreams:reactive-streams:1.0.4")
testImplementation(platform("org.junit:junit-bom:5.9.1"))
testImplementation("org.junit.jupiter:junit-jupiter")