gson-comments/gson/build.gradle

14 lines
260 B
Groovy
Raw Normal View History

2018-04-30 18:54:24 +02:00
apply plugin: 'java'
apply plugin: 'maven'
group = 'com.google.code.gson'
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"
}