Skip to content

Commit

Permalink
Declarations on subprojects
Browse files Browse the repository at this point in the history
  • Loading branch information
gstamatelat committed Jul 24, 2020
1 parent d1459e3 commit 30e5a1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ sourceSets {
}

dependencies {
compile rootProject
implementation rootProject
}
2 changes: 1 addition & 1 deletion demo-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ sourceSets {
}

dependencies {
compile rootProject
implementation rootProject
}
2 changes: 1 addition & 1 deletion demo-scala/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ sourceSets {
}

dependencies {
compile rootProject,
implementation rootProject,
'org.scala-lang:scala-library:2.12.6'
}

0 comments on commit 30e5a1f

Please sign in to comment.