Skip to content

Commit

Permalink
fix(ci): plots domain should be available in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogarcia committed Dec 16, 2024
1 parent a51ea4c commit 4fa4546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/underdog-plots-domain/underdog-plots-domain.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

dependencies {
api project(":underdog-dataframe")
api(project(":underdog-plots-ast"))
api project(":underdog-plots-ast")

api "org.apache.groovy:groovy:$groovy"
api "org.apache.groovy:groovy-datetime:$groovy"
Expand Down
6 changes: 1 addition & 5 deletions modules/underdog-plots/underdog-plots.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ plugins {
id 'java-library'
}

repositories {
mavenLocal()
}

dependencies {
api project(":underdog-dataframe")
api project(":underdog-graphs")
api("com.github.grooviter:underdog-plots-domain:1.0.0-SNAPSHOT")
api project(":underdog-plots-domain")

api "org.apache.groovy:groovy:$groovy"
api "org.apache.groovy:groovy-datetime:$groovy"
Expand Down

0 comments on commit 4fa4546

Please sign in to comment.