Skip to content

Commit 27c46ba

Browse files
committed
Fix the build and tests.
1 parent 9bcc12a commit 27c46ba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

durian-swt/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ p2deps {
1010
it.platformNone()
1111
}
1212
}
13+
into 'compileOnly', {
14+
p2repo "https://download.eclipse.org/eclipse/updates/$SWT_VERSION/"
15+
install 'org.eclipse.swt'
16+
}
17+
into 'testImplementation', {
18+
p2repo "https://download.eclipse.org/eclipse/updates/$SWT_VERSION/"
19+
install 'org.eclipse.swt'
20+
}
1321
}
1422
dependencies {
1523
api project(':durian-swt.os')

0 commit comments

Comments
 (0)