1
0
mirror of https://github.com/DanilaFe/abacus synced 2025-04-22 00:24:12 -07:00
Abacus/build.gradle

10 lines
90 B
Groovy
Raw Normal View History

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