Skip to content

Commit

Permalink
Dependencies of docking-single-app, docking-multi-app and docking-ui …
Browse files Browse the repository at this point in the history
…should be compile time now.
  • Loading branch information
andrewauclair committed Apr 18, 2024
1 parent 8cdf1a1 commit a186add
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docking-multi-app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'java'
id 'java-library'
id 'idea'
id 'maven-publish'
id 'signing'
Expand Down Expand Up @@ -27,7 +28,7 @@ base {

// NOTE: do not add new dependencies here, Modern Docking is a zero-dependency library
dependencies {
implementation project(':docking-api')
api project(':docking-api')
}

java {
Expand Down
3 changes: 2 additions & 1 deletion docking-single-app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'java'
id 'java-library'
id 'idea'
id 'maven-publish'
id 'signing'
Expand Down Expand Up @@ -27,7 +28,7 @@ base {

// NOTE: do not add new dependencies here, Modern Docking is a zero-dependency library
dependencies {
implementation project(':docking-api')
api project(':docking-api')
}

java {
Expand Down
3 changes: 2 additions & 1 deletion docking-ui/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'java'
id 'java-library'
id 'idea'
id 'maven-publish'
id 'signing'
Expand All @@ -26,7 +27,7 @@ base {
}

dependencies {
implementation project(':docking-api')
api project(':docking-api')

implementation 'com.formdev:flatlaf:3.2.5'
implementation 'com.formdev:flatlaf-extras:3.2.5'
Expand Down

0 comments on commit a186add

Please sign in to comment.