2018-04-30 18:54:24 +02:00
|
|
|
apply plugin: 'java'
|
|
|
|
apply plugin: 'maven'
|
|
|
|
|
|
|
|
group = 'com.google.code.gson'
|
2018-10-18 17:49:08 +02:00
|
|
|
version = '2.8.6-SNAPSHOT'
|
2018-04-30 18:54:24 +02:00
|
|
|
|
|
|
|
sourceCompatibility = 1.6
|
|
|
|
targetCompatibility = 1.6
|
|
|
|
|
|
|
|
sourceSets.main.java.exclude("**/module-info.java")
|
|
|
|
dependencies {
|
|
|
|
testCompile "junit:junit:4.12"
|
|
|
|
}
|