Skip to content

Commit

Permalink
changed tesseract and antimatter common deps from implementation to c…
Browse files Browse the repository at this point in the history
…ompileOnly
  • Loading branch information
Trinsdar committed Dec 22, 2024
1 parent 7927ca7 commit 942152e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ dependencies {
implementation(expectPlatform.annotationsDep)
//subprojects
implementation(project(path: ":tesseract-forge"))
implementation(project(path: ":tesseract-common"))
compileOnly(project(path: ":tesseract-common"))
implementation(project(path: ":antimatter-forge"))
implementation(project(path: ":antimatter-common"))
compileOnly(project(path: ":antimatter-common"))
compileOnly(project(":common"))
//antimatter deps
implementation 'org.apache.commons:commons-collections4:4.4'
Expand Down

0 comments on commit 942152e

Please sign in to comment.