added missing scenice view to gradle
This commit is contained in:
@@ -49,11 +49,12 @@ repositories {
|
|||||||
///////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////
|
||||||
dependencies {
|
dependencies {
|
||||||
//compile group: 'org.jfxtras', name: 'jfxtras-labs', version: '8.0-r1-SNAPSHOT' this is not an actual version and the map part is missing
|
//compile group: 'org.jfxtras', name: 'jfxtras-labs', version: '8.0-r1-SNAPSHOT' this is not an actual version and the map part is missing
|
||||||
compile files('lib/JFXtras/jfxtras-labs-8.0-r1-SNAPSHOT.jar')
|
compile files('lib/JFXtras/jfxtras-labs-8.0-r1-SNAPSHOT.jar', 'lib/ScenicView/ScenicView.jar')
|
||||||
compile group: 'org.jdom', name: 'jdom2', version: '2.0.5'
|
compile group: 'org.jdom', name: 'jdom2', version: '2.0.5'
|
||||||
compile group: 'org.controlsfx', name: 'controlsfx', version: '8.0.2-SNAPSHOT'
|
compile group: 'org.controlsfx', name: 'controlsfx', version: '8.0.2-SNAPSHOT'
|
||||||
compile group: 'com.h2database', name: 'h2', version: '1.3.173'
|
compile group: 'com.h2database', name: 'h2', version: '1.3.173'
|
||||||
compile group: 'org.eclipse.persistence', name: 'eclipselink', version: '2.5.0'
|
compile group: 'org.eclipse.persistence', name: 'eclipselink', version: '2.5.0'
|
||||||
|
compile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.1.7'
|
||||||
}
|
}
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
BIN
lib/ScenicView/ScenicView.jar
Normal file
BIN
lib/ScenicView/ScenicView.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user