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