mirror of
https://github.com/DanilaFe/abacus
synced 2024-11-04 18:08:31 -08:00
8 lines
132 B
Groovy
8 lines
132 B
Groovy
apply plugin: 'application'
|
|
|
|
dependencies {
|
|
compile project(':core')
|
|
}
|
|
|
|
mainClassName = 'org.nwapw.abacus.fx.AbacusApplication'
|