We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bcc12a commit 27c46baCopy full SHA for 27c46ba
durian-swt/build.gradle
@@ -10,6 +10,14 @@ p2deps {
10
it.platformNone()
11
}
12
13
+ into 'compileOnly', {
14
+ p2repo "https://download.eclipse.org/eclipse/updates/$SWT_VERSION/"
15
+ install 'org.eclipse.swt'
16
+ }
17
+ into 'testImplementation', {
18
19
20
21
22
dependencies {
23
api project(':durian-swt.os')
0 commit comments