plugins { id 'java' } group 'de.vanitasvitae.crypto' version '0.1-SNAPSHOT' sourceCompatibility = 1.8 repositories { mavenCentral() } dependencies { testCompile group: 'junit', name: 'junit', version: '4.12' compile 'org.bouncycastle:bcprov-jdk15on:1.59' compile 'org.bouncycastle:bcpg-jdk15on:1.59' }