1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-11-14 14:43:08 -08:00
Abacus/build.gradle

10 lines
90 B
Groovy
Raw Normal View History

subprojects {
apply plugin: 'java'
repositories {
mavenCentral()
}
}