Skip to content

Commit

Permalink
fix: change eclipse project implementation to api
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavPurwar committed Apr 12, 2022
1 parent c90ddfa commit 124d008
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib-eclipse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ java {
dependencies {
implementation 'com.google.guava:guava:31.1-android'

implementation 'org.eclipse.platform:org.eclipse.core.resources:3.16.100'
implementation 'org.eclipse.platform:org.eclipse.core.runtime:3.24.100'
implementation 'org.eclipse.platform:org.eclipse.core.filesystem:1.9.300'
implementation 'org.eclipse.platform:org.eclipse.text:3.12.0'
api 'org.eclipse.platform:org.eclipse.core.resources:3.16.100'
api 'org.eclipse.platform:org.eclipse.core.runtime:3.24.100'
api 'org.eclipse.platform:org.eclipse.core.filesystem:1.9.300'
api 'org.eclipse.platform:org.eclipse.text:3.12.0'

implementation 'com.zeoflow:jx:1.2.1' // javax classes
implementation fileTree(dir: 'libs', include: ['*.jar'])
api fileTree(dir: 'libs', include: ['*.jar'])
}

0 comments on commit 124d008

Please sign in to comment.