1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-11-17 08:03:09 -08:00
Abacus/fx/build.gradle
Danila Fedorin cc2da711e7 Bump Gradle, Kotlin, and toml4j versions.
Apparently, Gradle was incompatible with Java 10, and neither was
toml4j.
2018-05-18 15:19:53 -07:00

9 lines
181 B
Groovy

apply plugin: 'application'
dependencies {
compile 'com.moandjiezana.toml:toml4j:0.7.2'
compile project(':core')
}
mainClassName = 'org.nwapw.abacus.fx.AbacusApplication'