Codebase list libjdom2-intellij-java / 83b86f71-beb0-4228-9788-95ce7f1371c0/main build.gradle
83b86f71-beb0-4228-9788-95ce7f1371c0/main

Tree @83b86f71-beb0-4228-9788-95ce7f1371c0/main (Download .tar.gz)

build.gradle @83b86f71-beb0-4228-9788-95ce7f1371c0/mainraw · history · blame

1
2
3
4
5
6
7
allprojects {
    apply plugin: 'java'

    repositories {
        mavenCentral()
    }
}