Skip to content

Commit

Permalink
Use modImplementation for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkmar committed Mar 23, 2021
1 parent a97dc60 commit ad24e04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fabrikmc-testmod/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
implementation(project(":${rootProject.name}-core"))
implementation(project(":${rootProject.name}-igui"))
implementation(project(":${rootProject.name}-commands"))
modImplementation(project(":${rootProject.name}-core"))
modImplementation(project(":${rootProject.name}-igui"))
modImplementation(project(":${rootProject.name}-commands"))
}

0 comments on commit ad24e04

Please sign in to comment.