Skip to content

Commit

Permalink
fix configurations in mxgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarashev committed Jan 4, 2024
1 parent 870ad3b commit a067797
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions biz.ganttproject.mxgraph/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ buildscript {
apply plugin: 'kotlin'
apply plugin: 'maven-publish'

configurations {
implementation.extendsFrom(providedCompile)
}
dependencies {
providedCompile project(':biz.ganttproject.core')
providedCompile project(':ganttproject')
Expand Down

0 comments on commit a067797

Please sign in to comment.