1
0
mirror of https://github.com/DanilaFe/abacus synced 2025-04-21 16:18:44 -07:00
Abacus/build.gradle

10 lines
90 B
Groovy

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