Remove gson/build.gradle (#2081)

Follow-up for be0a1f4ff7
This commit is contained in:
Marcono1234 2022-02-23 20:18:56 +01:00 committed by GitHub
parent b5343ba96c
commit 81bb6d1dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +0,0 @@
apply plugin: 'java'
apply plugin: 'maven'
group = 'com.google.code.gson'
version = '2.8.6-SNAPSHOT'
sourceCompatibility = 1.7
targetCompatibility = 1.7
sourceSets.main.java.exclude("**/module-info.java")
dependencies {
testCompile "junit:junit:4.12"
}