Skip to content

Commit

Permalink
fix gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Tamayo-Rios committed Jan 26, 2024
1 parent 8f72f70 commit 99bcada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ dependencies {
*/
testImplementation "junit:junit:${junit_version}"
testImplementation "org.mockito:mockito-all:${mockito_version}"
if( (project.hasProperty('subModule') && project.subModule) || (project.hasProperty('developmentMode') && project.developmentMode) ) {^M
if( (project.hasProperty('subModule') && project.subModule) || (project.hasProperty('developmentMode') && project.developmentMode) ) {
testImplementation(project(path: ":rhizome-client", configuration: "tests"))
api(project(path: ":rhizome-client"))
} else {
Expand Down

0 comments on commit 99bcada

Please sign in to comment.