Making local cache of SWT libraries; bumping to SWT 4.17 for everything

but the Raspberry Pi. Seems to resolve the NPE! #49.
This commit is contained in:
Rob Greene 2020-11-16 07:57:35 -06:00
parent 237e518d31
commit 8c7bfb1ad4
7 changed files with 3 additions and 7 deletions

View File

@ -7,13 +7,9 @@ plugins {
repositories { repositories {
mavenCentral() mavenCentral()
maven {
// SWT libraries (historical, need a better site)
url "http://maven-eclipse.github.io/maven"
}
flatDir { flatDir {
// SWT libraries (hand-generated SWT for Pi) // SWT libraries
dirs "./rpi-lib" dirs "./swt-lib"
} }
} }

View File

@ -7,7 +7,7 @@ version=1.7.0pre
shkVersion=1.2.2 shkVersion=1.2.2
asVersion=1.2.1 asVersion=1.2.1
btVersion=0.3.1 btVersion=0.3.1
swtVersion=4.6.1 swtVersion=4.17
piswtVersion=3.8.2 piswtVersion=3.8.2
junitVersion=4.12 junitVersion=4.12
antVersion=1.8.2 antVersion=1.8.2

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.