Skip to content
Snippets Groups Projects
build.gradle 1.3 KiB
Newer Older
plugins {
	id "java"
	id "net.ltgt.apt" version "0.9"
	id "idea"
}
sourceCompatibility = 1.6
targetCompatibility = 1.6
	compile project(':briar-api')
	compile fileTree(dir: 'libs', include: '*.jar')
	compile 'com.rometools:rome:1.7.0'
	compile 'org.jdom:jdom2:2.0.6'
	compile 'com.squareup.okhttp3:okhttp:3.3.1'
	compile 'org.jsoup:jsoup:1.9.2'

	testCompile project(':briar-tests') // TODO remove when moving unit tests (#778)
	testCompile 'junit:junit:4.12'
	testCompile 'net.jodah:concurrentunit:0.4.2'
	testCompile 'com.google.dagger:dagger-compiler:2.8'
	testApt 'com.google.dagger:dagger-compiler:2.8'
			'com.rometools:rome:3096b7a36c0e54f59b8193c431d28494c6bfa85c72ef3c5f341cdf09eae815e6',
			'org.jdom:jdom2:1345f11ba606d15603d6740551a8c21947c0215640770ec67271fe78bea97cf5',
			'com.squareup.okhttp3:okhttp:a47f4efa166551cd5acc04f1071d82dafbf05638c21f9ca13068bc6633e3bff6',
			'com.rometools:rome-utils:2be18a1edc601c31fe49c2000bb5484dd75182309270c2a2561d71888d81587a',
			'com.squareup.okio:okio:5cfea5afe6c6e441a4dbf6053a07a733b1249d1009382eb44ac2255ccedd0c15',
			'org.jsoup:jsoup:9c1885f1b182256e06f1e30b8451caed0c0dee96299d6348f968d18b54d0a46a',
akwizgran's avatar
akwizgran committed
			'org.slf4j:slf4j-api:e56288031f5e60652c06e7bb6e9fa410a61231ab54890f7b708fc6adc4107c5b'