I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
build.gradle 335 B
Newer Older
  • Learn to ignore specific revisions
  • subprojects {
        apply plugin: 'java'
    
    
    str4d's avatar
    str4d committed
        repositories {
            mavenCentral()
        }
    
    
        dependencies {
            testCompile 'junit:junit:4.+'
        }
    
    
        sourceCompatibility = 1.6
    
                attributes 'Implementation-Version': '0.9.31-7'
    
    
    //apply from: file('gradle/update.gradle')