deleted unsupported modules
This commit is contained in:
parent
f7324f2300
commit
11897a6a68
@ -7,8 +7,7 @@ plugins {
|
|||||||
|
|
||||||
javafx {
|
javafx {
|
||||||
version = "11.0.2"
|
version = "11.0.2"
|
||||||
modules = ['javafx.controls', 'javafx.fxml', 'javafx.base', 'javafx.scene', 'javafx.collections', 'javafx.beans', 'javafx.event', '' +
|
modules = ['javafx.controls', 'javafx.fxml', 'javafx.base']
|
||||||
'javafx.stage']
|
|
||||||
}
|
}
|
||||||
|
|
||||||
group 'ch.unibas.dmi.dbis'
|
group 'ch.unibas.dmi.dbis'
|
||||||
@ -33,6 +32,7 @@ dependencies {
|
|||||||
implementation 'org.apache.logging.log4j:log4j-core:2.17.1'
|
implementation 'org.apache.logging.log4j:log4j-core:2.17.1'
|
||||||
implementation 'org.openjfx:javafx-controls:18'
|
implementation 'org.openjfx:javafx-controls:18'
|
||||||
implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'
|
implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'
|
||||||
|
implementation group: 'org.openjfx', name: 'javafx', version: '11', ext: 'pom'
|
||||||
testImplementation('org.junit.jupiter:junit-jupiter:5.8.2')
|
testImplementation('org.junit.jupiter:junit-jupiter:5.8.2')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user