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