2016-07-22 21 views

Antwort

0

Ich liebe gradle es stellte sich ganz einfach sein aus

//Disable findbugs and checkstyle as per legacy ant build.xml 
findbugs { 
sourceSets = [] 
} 

checkstyle { 
sourceSets = [] 
}`