Snippets

Владимир Попов Java 8 gradle template

Created by Владимир Попов last modified
apply plugin: 'java'

sourceCompatibility = 1.8

version = '1.0'

repositories {
    mavenCentral()
}

dependencies {
    testCompile group: 'junit', name: 'junit', version: '4.+'
    testCompile group: 'org.mockito', name: 'mockito-all', version: '1.9.5'
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.